Monotone-Parent: 2ba6874cdb3084059ed1f87ba96e55335c0a6a64

Monotone-Revision: 2b87697cba0a5ac85d8fcc1ddc8834688bc9635a

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-02-07T23:31:55
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2011-02-07 23:31:55 +00:00
parent 53a2c5538a
commit b926cb92c0
2 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,9 @@
2011-02-07 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* 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.

View File

@ -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