mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 21:53:19 +00:00
Monotone-Parent: b32a3736b939af117ea6ccc7b8ce477cdc8c0b90
Monotone-Revision: bf4570489172c778883e36d3a499496d332f3813 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2008-10-15T19:57:17 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -61,8 +61,9 @@
|
||||
if (value)
|
||||
[fields setObject: value forKey: @"c_telephoneNumber"];
|
||||
value = [vCard preferredEMail];
|
||||
if (value)
|
||||
[fields setObject: value forKey: @"c_mail"];
|
||||
if (![value isNotNull])
|
||||
value = @"";
|
||||
[fields setObject: value forKey: @"c_mail"];
|
||||
values = [vCard org];
|
||||
max = [values count];
|
||||
if (max > 0)
|
||||
|
||||
Reference in New Issue
Block a user