mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-23 02:16:23 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user