mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-19 10:25:27 +00:00
feat(mail): new parameter to disable S/MIME certificates
This commit is contained in:
@@ -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