mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-28 09:53:23 +00:00
See ChangeLog
Monotone-Parent: 52bbcfeb1dfff49a3bb753faaefd8bf92a5ad7eb Monotone-Revision: f16d87f59f756ed8514cb53f85c6de0f559d8af2 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-03-19T13:08:15 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -66,6 +66,8 @@
|
||||
- (NSArray *) freeBusyDefaultInterval;
|
||||
- (int) davCalendarStartTimeLimit;
|
||||
|
||||
- (BOOL) iPhoneForceAllDayTransparency;
|
||||
|
||||
@end
|
||||
|
||||
#endif /* SOGODOMAINDEFAULTS_H */
|
||||
|
||||
@@ -260,6 +260,11 @@
|
||||
return [self integerForKey: @"SOGoDAVCalendarStartTimeLimit"];
|
||||
}
|
||||
|
||||
- (BOOL) iPhoneForceAllDayTransparency
|
||||
{
|
||||
return [self boolForKey: @"SOGoiPhoneForceAllDayTransparency"];
|
||||
}
|
||||
|
||||
/* overriden methods */
|
||||
- (NSString *) language
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/* WORequest+SOGo.m - this file is part of SOGo
|
||||
*
|
||||
* Copyright (C) 2007 Inverse inc.
|
||||
* Copyright (C) 2007-2010 Inverse inc.
|
||||
*
|
||||
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user