mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 00:45:09 +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:
@@ -651,4 +651,14 @@ NSString *SOGoWeekStartFirstFullWeek = @"FirstFullWeek";
|
||||
return [self dictionaryForKey: @"Forward"];
|
||||
}
|
||||
|
||||
- (void) setContactCategories: (NSArray *) newValues
|
||||
{
|
||||
[self setObject: newValues forKey: @"SOGoContactCategories"];
|
||||
}
|
||||
|
||||
- (NSArray *) contactCategories
|
||||
{
|
||||
return [self stringArrayForKey: @"SOGoContactCategories"];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user