mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-13 15:35:30 +00:00
See ChangeLog
Monotone-Parent: 271e652157d430b115cb6616b8813b605c897b94 Monotone-Revision: 83587b1afc04162d7191ff57c7f8a78b502a9be3 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-09-27T15:43:46 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -283,6 +283,16 @@ NSString *SOGoWeekStartFirstFullWeek = @"FirstFullWeek";
|
||||
return [[self dayEndTime] timeValue];
|
||||
}
|
||||
|
||||
- (void) setBusyOffHours: (BOOL) newValue
|
||||
{
|
||||
[self setBool: newValue forKey: @"SOGoBusyOffHours"];
|
||||
}
|
||||
|
||||
- (BOOL) busyOffHours
|
||||
{
|
||||
return [self boolForKey: @"SOGoBusyOffHours"];
|
||||
}
|
||||
|
||||
- (void) setTimeZoneName: (NSString *) newValue
|
||||
{
|
||||
[self setObject: newValue forKey: @"SOGoTimeZone"];
|
||||
|
||||
Reference in New Issue
Block a user