From c233792b679ada33fbf4a1303f3e0a9411a5f818 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 26 Oct 2011 15:23:01 +0000 Subject: [PATCH] Monotone-Parent: 7842c8950fe912d981925f06e3b7a2f432bc5f2a Monotone-Revision: 0cf5c45a19265b9daa69ea1b2e7f8ad936244c72 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-10-26T15:23:01 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 5 +++++ OpenChange/MAPIStoreMessage.m | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a92f140cb..75933372a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2011-10-26 Wolfgang Sourdeau + * OpenChange/MAPIStoreMessage.m + (_convertRecipientFromRow:andColumns:): temp hack: make use of + set_mapi_SPropValue_sogo instead of set_mapi_SPropValue, which was + reversed in openchange to the old behaviour. + * OpenChange/MAPIStoreObject.m (-init): renamed "newProperties" ivar to "properties". (-addNewProperties:): renamed to "-addProperties:" diff --git a/OpenChange/MAPIStoreMessage.m b/OpenChange/MAPIStoreMessage.m index 2af0e44b2..8bf5cbd24 100644 --- a/OpenChange/MAPIStoreMessage.m +++ b/OpenChange/MAPIStoreMessage.m @@ -282,7 +282,7 @@ NSData *MAPIStoreExternalEntryId (NSString *cn, NSString *email) else dataPos++; } - set_mapi_SPropValue (memCtx, &mapiValue, row->prop_values.data + dataPos); + set_mapi_SPropValue_sogo (memCtx, &mapiValue, row->prop_values.data + dataPos); value = NSObjectFromMAPISPropValue (&mapiValue); dataPos += get_mapi_property_size (&mapiValue); if (value)