mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 19:35:38 +00:00
Web-based management of email certificate (cont'd)
This commit is contained in:
@@ -2329,6 +2329,12 @@ static NSArray *reminderValues = nil;
|
||||
[v setObject: sanitizedLabels forKey: @"SOGoMailLabelsColors"];
|
||||
}
|
||||
|
||||
//
|
||||
// Keep the primary mail certificate
|
||||
//
|
||||
if ([[[user userDefaults] mailCertificate] length])
|
||||
[v setObject: [[user userDefaults] mailCertificate] forKey: @"SOGoMailCertificate"];
|
||||
|
||||
//
|
||||
// We sanitize our auxilary mail accounts
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user