Monotone-Parent: 4979a6b1d7d7074bc96b009f55ecc7b83558c956

Monotone-Revision: 1157cc18479225d9cabde00443bb1b31839cf5b6

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-06-03T23:56:21
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2011-06-03 23:56:21 +00:00
parent d320e46828
commit 786bf7068a
2 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,9 @@
2011-06-03 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* OpenChange/MAPIStoreCalendarMessageTable.m
(-sortIdentifierForProperty:): c_isallday and c_creationdate as
mappings for PidLidAppointmentSubType and PR_CREATION_TIME.
* OpenChange/MAPIStoreContext.m: MAPIStoreMapping instances are
now per-user instances rather than class singletons.

View File

@ -95,6 +95,10 @@
forKey: MAPIPropertyKey (PidLidAppointmentEndWhole)];
[knownProperties setObject: @"c_iscycle"
forKey: MAPIPropertyKey (PidLidRecurring)];
[knownProperties setObject: @"c_isallday"
forKey: MAPIPropertyKey (PidLidAppointmentSubType)];
[knownProperties setObject: @"c_creationdate"
forKey: MAPIPropertyKey (PR_CREATION_TIME)];
}
return [knownProperties objectForKey: MAPIPropertyKey (property)];