mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-06 15:46:23 +00:00
Monotone-Parent: 2ba6874cdb3084059ed1f87ba96e55335c0a6a64
Monotone-Revision: 2b87697cba0a5ac85d8fcc1ddc8834688bc9635a Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-02-07T23:31:55 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user