mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 05:33:20 +00:00
feat(mail(web)): Templates folder for pre-defined drafts
To create a template, the user needs to: - define a mailbox as the Templates folder; - move a draft to this special folder. Fixes #4320 Fixes #5363
This commit is contained in:
@@ -111,6 +111,9 @@ extern NSString *SOGoWeekStartFirstFullWeek;
|
||||
- (void) setJunkFolderName: (NSString *) newValue;
|
||||
- (NSString *) junkFolderName;
|
||||
|
||||
- (void) setTemplatesFolderName: (NSString *) newValue;
|
||||
- (NSString *) templatesFolderName;
|
||||
|
||||
- (void) setFirstDayOfWeek: (int) newValue;
|
||||
- (int) firstDayOfWeek;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user