Monotone-Parent: 469e9b126515b386d9640628549236a84910376f

Monotone-Revision: a40a2bc11f2bf943ab20c6abf092bca19c4bd438

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-12-13T16:53:32
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-12-13 16:53:32 +00:00
parent 55dc8abff8
commit 66b70f06d0
5 changed files with 25 additions and 26 deletions
+2 -8
View File
@@ -56,17 +56,11 @@
[newCard setProfile: @"vCard"];
value = [properties
objectForKey: MAPIPropertyNumber (PR_DISPLAY_NAME_UNICODE)];
if (!value)
value = [properties
objectForKey: MAPIPropertyNumber (PR_DISPLAY_NAME)];
if (!value)
value = [properties
objectForKey: MAPIPropertyNumber (PR_DISPLAY_NAME)];
objectForKey: MAPIPropertyKey (PR_DISPLAY_NAME_UNICODE)];
if (value)
[newCard setFn: value];
value = [properties objectForKey: MAPIPropertyNumber (0x81b0001f)];
value = [properties objectForKey: MAPIPropertyKey (0x81b0001f)];
if (value)
[newCard addEmail: value types: nil];