mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-13 10:53:18 +00:00
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:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user