mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-01 21:26:24 +00:00
Sanity check when user's session has expired
This commit is contained in:
@@ -354,7 +354,8 @@ static SoProduct *preferencesProduct = nil;
|
||||
@"ignore", @"receiptAnyAction", nil]
|
||||
forKey: @"receipts"];
|
||||
}
|
||||
[accounts insertObject: account atIndex: 0];
|
||||
if (account)
|
||||
[accounts insertObject: account atIndex: 0];
|
||||
[values setObject: accounts forKey: @"AuxiliaryMailAccounts"];
|
||||
|
||||
// Add the domain's default vacation subject if user has not specified a custom subject
|
||||
|
||||
Reference in New Issue
Block a user