mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-03 18:45:26 +00:00
feat(mail): delay or disable automatic mark message as read
Fixes #1585
This commit is contained in:
@@ -148,6 +148,10 @@ extern NSString *SOGoWeekStartFirstFullWeek;
|
||||
- (void) setMailDisplayRemoteInlineImages: (NSString *) newValue;
|
||||
- (NSString *) mailDisplayRemoteInlineImages;
|
||||
|
||||
|
||||
- (void) setMailAutoMarkAsReadDelay: (int) newValue;
|
||||
- (int) mailAutoMarkAsReadDelay;
|
||||
|
||||
- (void) setMailAutoSave: (NSString *) newValue;
|
||||
- (NSString *) mailAutoSave;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user