mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 11:25:24 +00:00
Monotone-Parent: afb2242cf07ec3d3c9cbe25bb4a43d4e15d1ec70
Monotone-Revision: 3ea0b7cf5da4f19b50ca8ef28a18b5479c38c7a5 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-12-01T14:29:56 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#import <SOGo/SOGoDefaultsSource.h>
|
||||
|
||||
@class NSArray;
|
||||
@class NSMutableDictionary;
|
||||
@class NSDictionary;
|
||||
@class NSString;
|
||||
@class NSTimeZone;
|
||||
|
||||
@@ -140,11 +140,11 @@ extern NSString *SOGoWeekStartFirstFullWeek;
|
||||
- (void) setRemindWithASound: (BOOL) newValue;
|
||||
- (BOOL) remindWithASound;
|
||||
|
||||
- (void) setVacationOptions: (NSMutableDictionary *) newValue;
|
||||
- (NSMutableDictionary *) vacationOptions;
|
||||
- (void) setVacationOptions: (NSDictionary *) newValue;
|
||||
- (NSDictionary *) vacationOptions;
|
||||
|
||||
- (void) setForwardOptions: (NSMutableDictionary *) newValue;
|
||||
- (NSMutableDictionary *) forwardOptions;
|
||||
- (void) setForwardOptions: (NSDictionary *) newValue;
|
||||
- (NSDictionary *) forwardOptions;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user