mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-04 00:04:19 +00:00
Draft autossave feature
This commit is contained in:
@@ -959,6 +959,16 @@ static NSArray *reminderValues = nil;
|
||||
[userDefaults setMailDisplayRemoteInlineImages: newType];
|
||||
}
|
||||
|
||||
- (void) setAutoSave: (NSString *) theValue
|
||||
{
|
||||
[userDefaults setMailAutoSave: theValue];
|
||||
}
|
||||
|
||||
- (NSString *) autoSave
|
||||
{
|
||||
return [userDefaults mailAutoSave];
|
||||
}
|
||||
|
||||
/* mail autoreply (vacation) */
|
||||
|
||||
- (BOOL) isSieveScriptsEnabled
|
||||
|
||||
Reference in New Issue
Block a user