mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-28 17:57:38 +00:00
Monotone-Parent: db3ff379bf0dfa3a35ae5cbe879d8db2a1bb69df
Monotone-Revision: 6b21c5d6a2344cfc87d185eafecf40f3d4c29c8c Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-05-03T18:41:02 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -111,15 +111,15 @@ static NSTimeZone *serverTimeZone = nil;
|
||||
return email;
|
||||
}
|
||||
|
||||
- (NSString *) systemEmail
|
||||
- (NSString *) systemEMail
|
||||
{
|
||||
if (!systemEmail)
|
||||
if (!systemEMail)
|
||||
{
|
||||
systemEmail = [[self userManager] getSystemEmailForUID: [self login]];
|
||||
[systemEmail retain];
|
||||
systemEMail = [[self userManager] getSystemEmailForUID: [self login]];
|
||||
[systemEMail retain];
|
||||
}
|
||||
|
||||
return systemEmail;
|
||||
return systemEMail;
|
||||
}
|
||||
|
||||
- (NSString *) cn
|
||||
|
||||
Reference in New Issue
Block a user