Monotone-Parent: 4c7fe4ff84fe027466cd8ff044c0f974509d8270

Monotone-Revision: 75fbbbf41d95a388a16c3b3e362766a543bffb0f

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-01-08T04:42:39
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2011-01-08 04:42:39 +00:00
parent c8b743998e
commit 37cda64364
2 changed files with 16 additions and 0 deletions

View File

@ -1,5 +1,9 @@
2011-01-07 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* OpenChange/MAPIStoreMessageTable.m
(-getChildProperty:forKey:withTag:): added generic values for some
standard props.
* OpenChange/SOGoAppointmentObject+MAPIStore.m: same as below.
* OpenChange/SOGoTaskObject+MAPIStore.m (-setMAPIProperties:): set

View File

@ -189,6 +189,18 @@ static MAPIStoreMapping *mapping;
withTag: PR_NORMALIZED_SUBJECT_UNICODE];
break;
case PR_DISPLAY_TO_UNICODE:
case PR_DISPLAY_CC_UNICODE:
case PR_DISPLAY_BCC_UNICODE:
case PR_ORIGINAL_DISPLAY_TO_UNICODE:
case PR_ORIGINAL_DISPLAY_CC_UNICODE:
case PR_ORIGINAL_DISPLAY_BCC_UNICODE:
*data = [@"" asUnicodeInMemCtx: memCtx];
break;
case PR_LAST_MODIFIER_NAME_UNICODE:
*data = [@"openchange" asUnicodeInMemCtx: memCtx];
break;
default:
rc = [super getChildProperty: data
forKey: childKey