Draft autossave feature

This commit is contained in:
Ludovic Marcotte
2014-12-11 13:31:32 -05:00
parent 990f782b62
commit 9dd0d6c427
13 changed files with 78 additions and 14 deletions
+10
View File
@@ -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