mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-22 05:19:28 +00:00
1
NEWS
1
NEWS
@@ -39,6 +39,7 @@ Bug fixes
|
||||
- [web] fixed default priority of sent messages (#3542)
|
||||
- [web] removed double-quotes from Chinese (Taiwan) translations that were breaking templates
|
||||
- [web] fixed unseen count retrieval of nested IMAP folders
|
||||
- [web] properly extract the mail column values from an SQL contacts source (#3544)
|
||||
- [eas] allow EAS attachments get on 2nd-level mailboxes (#3505)
|
||||
- [eas] fix EAS bday shift (#3518)
|
||||
|
||||
|
||||
@@ -249,6 +249,8 @@
|
||||
|
||||
// mail => emails[]
|
||||
data = [oldRecord objectForKey: @"c_emails"];
|
||||
if (!data)
|
||||
data = [oldRecord objectForKey: @"mail"];
|
||||
if (data)
|
||||
{
|
||||
if ([data isKindOfClass: [NSArray class]])
|
||||
|
||||
Reference in New Issue
Block a user