mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-18 13:13:31 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user