feat(mail): Add SOGoMailHideInlineAttachments option to hide attachments when inline. Fixes #5490.

This commit is contained in:
smizrahi
2023-11-01 18:25:01 +01:00
parent 277b73c663
commit abce5f42cf
7 changed files with 49 additions and 8 deletions
+4 -1
View File
@@ -228,8 +228,11 @@ extern NSString *SOGoPasswordRecoverySecondaryEmail;
- (void) setMailLabelsColors: (NSDictionary *) newValues;
- (NSDictionary *) mailLabelsColors;
- (void)setHideInlineAttachments:(BOOL)newValue;
- (BOOL)hideInlineAttachments;
/* calendar */
- (void) setCalendarCategories: (NSArray *) newValues;
- (void)setCalendarCategories : (NSArray *)newValues;
- (NSArray *) calendarCategories;
- (void) setCalendarCategoriesColors: (NSDictionary *) newValues;