mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-05 05:18:51 +00:00
Monotone-Parent: 4899b773e21bd6c56bae726bf720e184b8ef9ec0
Monotone-Revision: cb7b77723f765942d950c5620150b720f5d0c5b1 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-03-30T15:33:47 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -137,6 +137,20 @@ static NSMapTable *contextsTable = nil;
|
||||
return sogoUser;
|
||||
}
|
||||
|
||||
- (NSTimeZone *) timeZone
|
||||
{
|
||||
if (!timeZone)
|
||||
{
|
||||
SOGoUser *user;
|
||||
|
||||
user = [self sogoUser];
|
||||
timeZone = [[user userDefaults] timeZone];
|
||||
[timeZone retain];
|
||||
}
|
||||
|
||||
return timeZone;
|
||||
}
|
||||
|
||||
- (SOGoUserFolder *) userFolder
|
||||
{
|
||||
if (!userFolder)
|
||||
|
||||
Reference in New Issue
Block a user