mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-10 19:05:09 +00:00
feat(mail): new parameter to disable S/MIME certificates
This commit is contained in:
@@ -115,6 +115,7 @@
|
||||
SOGoMailComposeMessageType = "html";
|
||||
SOGoMailComposeFontSize = "0";
|
||||
SOGoMailDisplayRemoteInlineImages = "never";
|
||||
SOGoMailCertificateEnabled = YES;
|
||||
|
||||
SOGoMailAutoSave = "5";
|
||||
|
||||
|
||||
@@ -66,6 +66,7 @@
|
||||
- (BOOL) mailKeepDraftsAfterSend;
|
||||
- (BOOL) mailAttachTextDocumentsInline;
|
||||
- (NSArray *) mailListViewColumnsOrder;
|
||||
- (BOOL) mailCertificateEnabled;
|
||||
|
||||
- (BOOL) aclSendEMailNotifications;
|
||||
- (BOOL) appointmentSendEMailNotifications;
|
||||
|
||||
@@ -322,6 +322,11 @@
|
||||
return [self stringArrayForKey: @"SOGoMailListViewColumnsOrder"];
|
||||
}
|
||||
|
||||
- (BOOL) mailCertificateEnabled
|
||||
{
|
||||
return [self boolForKey: @"SOGoMailCertificateEnabled"];
|
||||
}
|
||||
|
||||
- (NSArray *) superUsernames
|
||||
{
|
||||
return [self stringArrayForKey: @"SOGoSuperUsernames"];
|
||||
|
||||
Reference in New Issue
Block a user