mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
Monotone-Parent: 7842c8950fe912d981925f06e3b7a2f432bc5f2a
Monotone-Revision: 0cf5c45a19265b9daa69ea1b2e7f8ad936244c72 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-10-26T15:23:01 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
2011-10-26 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* 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:"
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user