mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
@@ -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