fix(preferences): accept an "id" key for mail accounts

Fixes #5091
This commit is contained in:
Francis Lachapelle
2020-07-24 12:08:49 -04:00
parent 73797761c3
commit 528b7581a3
+1 -1
View File
@@ -1251,7 +1251,7 @@ static NSArray *reminderValues = nil;
if (!knownKeys)
{
knownKeys = [NSArray arrayWithObjects: @"name", @"serverName", @"port",
knownKeys = [NSArray arrayWithObjects: @"id", @"name", @"serverName", @"port",
@"userName", @"password", @"encryption", @"replyTo",
@"identities", @"mailboxes",
@"receipts", @"security", @"isNew",