mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-03 12:47:16 +00:00
Dropped the SOGoUserManager class and moved its code to SOGoCache. Cleaned up the code a little bit.
Monotone-Parent: f570fda8096334f1267b8f01d59732c4fa9943c6 Monotone-Revision: b338f502fe70efea6d0d06d3f5a745163d1dbaf7 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2008-11-11T00:17:35 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -63,8 +63,6 @@ extern NSString *SOGoWeekStartFirstFullWeek;
|
||||
|
||||
@interface SOGoUser : SoUser
|
||||
{
|
||||
SOGoUserDefaults *userDefaults;
|
||||
SOGoUserDefaults *userSettings;
|
||||
NSArray *allEmails;
|
||||
NSString *language;
|
||||
NSString *currentPassword;
|
||||
@@ -112,10 +110,12 @@ extern NSString *SOGoWeekStartFirstFullWeek;
|
||||
|
||||
/* defaults */
|
||||
|
||||
- (void) setUserDefaultsFromDictionary: (NSDictionary *) theDictionary;
|
||||
+ (void) setUserDefaultsFromDictionary: (NSDictionary *) theDictionary
|
||||
user: (NSString *) login;
|
||||
- (NSUserDefaults *) userDefaults;
|
||||
|
||||
- (void) setUserSettingsFromDictionary: (NSDictionary *) theDictionary;
|
||||
+ (void) setUserSettingsFromDictionary: (NSDictionary *) theDictionary
|
||||
user: (NSString *) login;
|
||||
- (NSUserDefaults *) userSettings;
|
||||
|
||||
- (NSString *) language;
|
||||
|
||||
Reference in New Issue
Block a user