Monotone-Parent: 0a822e8612a60bc6426276297a9e2061a1ec46ca

Monotone-Revision: 06d05f5f33259193fb9c9cc279dd8c556f540318

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-02-10T17:48:54
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2011-02-10 17:48:54 +00:00
parent 93883be6b2
commit 196cef42ab
2 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,9 @@
2011-02-10 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* OpenChange/MAPIStoreMessageTable.m
(-getChildProperty:forKey:withTag:): returns a default value for
PR_ORIG_MESSAGE_CLASS_UNICODE based of PR_MESSAGE_CLASS_UNICODE.
* OpenChange/NSArray+MAPIStore.m (-asArrayOfUnicodeStringsInCtx:):
new method for returning array of "PT_UNICODE" values.

View File

@ -205,6 +205,11 @@ static MAPIStoreMapping *mapping;
*data = [@"openchange" asUnicodeInMemCtx: memCtx];
break;
case PR_ORIG_MESSAGE_CLASS_UNICODE:
rc = [self getChildProperty: data forKey: childKey
withTag: PR_MESSAGE_CLASS_UNICODE];
break;
default:
rc = [super getChildProperty: data
forKey: childKey