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
+10
View File
@@ -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