mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 17:05:10 +00:00
Monotone-Parent: f74dd4ff04d7b8ee0ad50ddfe2f76ef51e3c964f
Monotone-Revision: 1a0f96fd588d7f7edaa7a85a352ab39c2acbca70 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-12-01T16:46:44 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -56,6 +56,7 @@
|
||||
SOGoOtherUsersFolderName = "Other Users";
|
||||
SOGoSharedFolderName = "Shared Folders";
|
||||
|
||||
SOGoCalendarDefaultCategoryColor = "#F0F0F0";
|
||||
SOGoCalendarShouldDisplayWeekend = YES;
|
||||
SOGoFreeBusyDefaultInterval = ( 7, 7 );
|
||||
|
||||
|
||||
@@ -61,6 +61,8 @@
|
||||
- (NSArray *) contactsDefaultRoles;
|
||||
- (NSArray *) mailPollingIntervals;
|
||||
|
||||
- (NSString *) calendarDefaultCategoryColor;
|
||||
|
||||
- (NSArray *) freeBusyDefaultInterval;
|
||||
- (int) davCalendarStartTimeLimit;
|
||||
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
#import <NGObjWeb/WORequest.h>
|
||||
#import <NGExtensions/NSObject+Logs.h>
|
||||
|
||||
#define NEEDS_DEFAULTS_SOURCE_INTERNAL 1
|
||||
#import "SOGoSystemDefaults.h"
|
||||
|
||||
#import "SOGoDomainDefaults.h"
|
||||
@@ -248,6 +247,11 @@
|
||||
return [self stringForKey: @"SOGoLDAPContactInfoAttribute"];
|
||||
}
|
||||
|
||||
- (NSString *) calendarDefaultCategoryColor
|
||||
{
|
||||
return [self stringForKey: @"SOGoCalendarDefaultCategoryColor"];
|
||||
}
|
||||
|
||||
- (NSArray *) freeBusyDefaultInterval
|
||||
{
|
||||
return [self arrayForKey: @"SOGoFreeBusyDefaultInterval"];
|
||||
|
||||
Reference in New Issue
Block a user