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