Monotone-Parent: 9deadfa49386c2d13ad45fa2c1c8d7f91bae49e3

Monotone-Revision: 652fb1324338399d044d5f01bb158d94080a27c0

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-10-25T18:46:32
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-10-25 18:46:32 +00:00
parent 766b26893a
commit 25fa112832
5 changed files with 172 additions and 8 deletions
+15 -8
View File
@@ -39,6 +39,7 @@ extern NSString *SOGoWeekStartFirstFullWeek;
+ (SOGoUserDefaults *) defaultsForUser: (NSString *) userId
inDomain: (NSString *) domainId;
/* general */
- (void) setLoginModule: (NSString *) newLoginModule;
- (NSString *) loginModule;
@@ -80,6 +81,7 @@ extern NSString *SOGoWeekStartFirstFullWeek;
- (void) setLanguage: (NSString *) newValue;
- (NSString *) language;
/* mail */
- (void) setMailShowSubscribedFoldersOnly: (BOOL) newValue;
- (BOOL) mailShowSubscribedFoldersOnly;
@@ -134,6 +136,16 @@ extern NSString *SOGoWeekStartFirstFullWeek;
- (void) setAuxiliaryMailAccounts: (NSArray *) newAccounts;
- (NSArray *) auxiliaryMailAccounts;
- (void) setSieveFilters: (NSArray *) newValue;
- (NSArray *) sieveFilters;
- (void) setVacationOptions: (NSDictionary *) newValue;
- (NSDictionary *) vacationOptions;
- (void) setForwardOptions: (NSDictionary *) newValue;
- (NSDictionary *) forwardOptions;
/* calendar */
- (void) setCalendarCategories: (NSArray *) newValues;
- (NSArray *) calendarCategories;
@@ -152,14 +164,9 @@ extern NSString *SOGoWeekStartFirstFullWeek;
- (void) setRemindWithASound: (BOOL) newValue;
- (BOOL) remindWithASound;
- (void) setSieveFilters: (NSArray *) newValue;
- (NSArray *) sieveFilters;
- (void) setVacationOptions: (NSDictionary *) newValue;
- (NSDictionary *) vacationOptions;
- (void) setForwardOptions: (NSDictionary *) newValue;
- (NSDictionary *) forwardOptions;
/* contacts */
- (void) setContactCategories: (NSArray *) newValues;
- (NSArray *) contactCategories;
@end