mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-05 15:16:26 +00:00
Monotone-Parent: cf5ca218da1c1ff34ff78091ca6ef9e4d34fdfb3
Monotone-Revision: 044ebf928befcb199e07d3b192460518361eb827 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-01-11T21:17:52 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
2011-01-11 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* OpenChange/MAPIStoreContext.m (-openMessage:forKey:inTable:):
|
||||
avoid taking NULL values into account when returning the basic
|
||||
properties.
|
||||
|
||||
* OpenChange/SOGoContactGCSEntry+MAPIStore.m
|
||||
(-setMAPIProperties:): added support for work address and its
|
||||
corresponding addresse label. Preliminary support for
|
||||
|
||||
@@ -803,11 +803,13 @@ _prepareContextClass (struct mapistore_context *newMemCtx,
|
||||
@" returned for proptag %s(0x%.8x)",
|
||||
propName, tags[count]];
|
||||
}
|
||||
|
||||
set_SPropValue_proptag (properties->lpProps + properties->cValues,
|
||||
tags[count],
|
||||
propValue);
|
||||
properties->cValues++;
|
||||
else
|
||||
{
|
||||
set_SPropValue_proptag (properties->lpProps + properties->cValues,
|
||||
tags[count],
|
||||
propValue);
|
||||
properties->cValues++;
|
||||
}
|
||||
}
|
||||
}
|
||||
msg->properties = properties;
|
||||
|
||||
Reference in New Issue
Block a user