From 5a1e41d4b9cc4a726c49479c93decfc24380ecd5 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 3 Jan 2011 20:35:40 +0000 Subject: [PATCH] Monotone-Parent: 57eac757f7d831fe529b14ff7416da35dd2eeff0 Monotone-Revision: b92151d1bc5fc823aae0b28dda5a96bed55e476a Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-01-03T20:35:40 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 7 +++++++ OpenChange/MAPIStoreContactsMessageTable.m | 4 +--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8da14bc8c..9309ada68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-01-03 Wolfgang Sourdeau + + * OpenChange/MAPIStoreContactsMessageTable.m + (-getChildProperty:forKey:withTag:): result the same value for + "PR_SUBJECT" as for "PR_DISPLAY_NAME_UNICODE" instead of a stub + string. + 2010-12-30 Wolfgang Sourdeau * OpenChange/MAPIStoreMailMessageTable.m diff --git a/OpenChange/MAPIStoreContactsMessageTable.m b/OpenChange/MAPIStoreContactsMessageTable.m index bc9f0ec84..f7f847d1a 100644 --- a/OpenChange/MAPIStoreContactsMessageTable.m +++ b/OpenChange/MAPIStoreContactsMessageTable.m @@ -118,9 +118,6 @@ // case PR_EMS_AB_DXA_REMOTE_CLIENT_UNICODE: "Home:" ??? // *data = talloc_strdup (memCtx, "PR_EMS..."); // break; - case PR_SUBJECT_UNICODE: - *data = talloc_strdup (memCtx, "PR_SUBJECT..."); - break; case PR_OAB_NAME_UNICODE: *data = talloc_strdup (memCtx, "PR_OAB_NAME_UNICODE"); break; @@ -143,6 +140,7 @@ *data = [stringValue asUnicodeInMemCtx: memCtx]; break; + case PR_SUBJECT_UNICODE: case PR_DISPLAY_NAME_UNICODE: // Full Name case PidLidFileUnder: // contact block title name rc = [super getChildProperty: data