Monotone-Parent: e0c2696d4a16492ba28629949187a41b5c2783c3

Monotone-Revision: 1e156d58cc527cdcdd61317d54c6ba7dc0b863c2

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-09-23T20:04:17
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2011-09-23 20:04:17 +00:00
parent 6e6d5913c6
commit 40733f1f52
2 changed files with 13 additions and 0 deletions
+10
View File
@@ -233,6 +233,16 @@ NSString *SOGoWeekStartFirstFullWeek = @"FirstFullWeek";
return [self boolForKey: @"SOGoRememberLastModule"];
}
- (void) setDefaultCalendar: (NSString *) newDefaultCalendar
{
[self setObject: newDefaultCalendar forKey: @"SOGoDefaultCalendar"];
}
- (NSString *) defaultCalendar
{
return [self stringForKey: @"SOGoDefaultCalendar"];
}
- (void) setAppointmentSendEMailReceipts: (BOOL) newValue
{
[self setBool: newValue forKey: @"SOGoAppointmentSendEMailReceipts"];