mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-15 16:35:35 +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:
@@ -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