From b926cb92c08cfbef82db43a441fa241b569ccc47 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 7 Feb 2011 23:31:55 +0000 Subject: [PATCH] Monotone-Parent: 2ba6874cdb3084059ed1f87ba96e55335c0a6a64 Monotone-Revision: 2b87697cba0a5ac85d8fcc1ddc8834688bc9635a Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-02-07T23:31:55 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 4 ++++ OpenChange/MAPIStoreNotesMessageTable.m | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9a62bcb42..64dd4ce43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2011-02-07 Wolfgang Sourdeau + * OpenChange/MAPIStoreNotesMessageTable.m + (-getChildProperty:forKey:withTag:): make PR_SUBJECT_UNICODE an + alias to PR_NORMALIZED_SUBJECT_UNICODE. + * OpenChange/MAPIStoreMailMessageTable.m (-getChildProperty:forKey:withTag:): return a proper value for PR_SUBJECT_PREFIX_UNICODE and PR_NORMALIZED_SUBJECT_UNICODE. diff --git a/OpenChange/MAPIStoreNotesMessageTable.m b/OpenChange/MAPIStoreNotesMessageTable.m index a6fece914..87cdc1080 100644 --- a/OpenChange/MAPIStoreNotesMessageTable.m +++ b/OpenChange/MAPIStoreNotesMessageTable.m @@ -60,6 +60,11 @@ *data = MAPILongValue (memCtx, 0x00000303); break; + case PR_SUBJECT_UNICODE: + rc = [self getChildProperty: data + forKey: childKey + withTag: PR_NORMALIZED_SUBJECT_UNICODE]; + break; default: rc = [super getChildProperty: data forKey: childKey