Monotone-Parent: 55b27cea4512267428af5613642488fa4b4f83fb

Monotone-Revision: 674dec9c0680a0ce5418d7dc05b15bc69a65f379

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-10-27T15:59:50
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-10-27 15:59:50 +00:00
parent be3e286478
commit 14eaf1f7fa
4 changed files with 64 additions and 25 deletions

View File

@@ -49,7 +49,7 @@
properties = talloc_zero (memCtx, struct SPropTagArray);
properties->cValues = MAPIStoreSupportedPropertiesCount + 8;
properties->aulPropTag = talloc_array (NULL, enum MAPITAGS,
properties->aulPropTag = talloc_array (properties, enum MAPITAGS,
MAPIStoreSupportedPropertiesCount + 8);
for (count = 0; count < MAPIStoreSupportedPropertiesCount; count++)
@@ -65,6 +65,12 @@
return MAPISTORE_SUCCESS;
}
- (BOOL) canGetProperty: (enum MAPITAGS) propTag
{
return ([[sogoObject properties] objectForKey: MAPIPropertyKey (propTag)]
|| [super canGetProperty: propTag]);
}
- (void) save
{
uint64_t newVersion;