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

Fixes #5091
pull/287/head
Francis Lachapelle 2020-07-24 12:08:49 -04:00
parent 73797761c3
commit 528b7581a3
1 changed files with 1 additions and 1 deletions

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",