fix(addressbook(dav)): add support for mail property in addressbook-query

Fixes #5489
This commit is contained in:
Francis Lachapelle
2022-03-04 08:29:03 -05:00
parent 74a73638cf
commit 8409c3cbb5
6 changed files with 6 additions and 1 deletions
@@ -487,6 +487,7 @@ static NSArray *folderListingFields = nil;
[self nameFields], @"fn",
[self nameFields], @"n",
@"c_mail", @"email",
@"c_mail", @"mail",
@"c_telephonenumber", @"tel",
@"c_o", @"org",
@"c_l", @"adr",