mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-04 00:04:19 +00:00
See ChangeLog
Monotone-Parent: 801c13ca7d8e3a2f3e502ee658399b458681bcab Monotone-Revision: cf43f2030dbd1c4f0747be7cbd5dc3239cd6bd15 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-07-10T00:29:13
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* SOGoUserDefaults.m - this file is part of SOGo
|
||||
*
|
||||
* Copyright (C) 2009-2010 Inverse inc.
|
||||
* Copyright (C) 2009-2012 Inverse inc.
|
||||
*
|
||||
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
*
|
||||
@@ -243,16 +243,6 @@ NSString *SOGoWeekStartFirstFullWeek = @"FirstFullWeek";
|
||||
return [self stringForKey: @"SOGoDefaultCalendar"];
|
||||
}
|
||||
|
||||
- (void) setAppointmentSendEMailReceipts: (BOOL) newValue
|
||||
{
|
||||
[self setBool: newValue forKey: @"SOGoAppointmentSendEMailReceipts"];
|
||||
}
|
||||
|
||||
- (BOOL) appointmentSendEMailReceipts
|
||||
{
|
||||
return [self boolForKey: @"SOGoAppointmentSendEMailReceipts"];
|
||||
}
|
||||
|
||||
- (void) setDayStartTime: (NSString *) newValue
|
||||
{
|
||||
[self setObject: newValue forKey: @"SOGoDayStartTime"];
|
||||
|
||||
Reference in New Issue
Block a user