mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 19:05:25 +00:00
Fix saving of receipt action for main IMAP account
This commit is contained in:
@@ -1994,8 +1994,8 @@ static NSArray *reminderValues = nil;
|
||||
|
||||
if ([receipts isKindOfClass: [NSDictionary class]])
|
||||
{
|
||||
action = [receipts objectForKey: @"receiptAction"];
|
||||
[target setObject: @"1" forKey: @"SOGoMailReceiptAllow"];
|
||||
action = [[receipts objectForKey: @"receiptAction"] isEqualToString: @"ignore"] ? @"0" : @"1";
|
||||
[target setObject: action forKey: @"SOGoMailReceiptAllow"];
|
||||
|
||||
action = [receipts objectForKey: @"receiptNonRecipientAction"];
|
||||
if ([self _validateReceiptAction: action])
|
||||
|
||||
Reference in New Issue
Block a user