mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-04 12:58:50 +00:00
Monotone-Parent: 1146fb8dc71731c6d49fbb6dd87db9fa6ce4466f
Monotone-Revision: 3603f537ae09df26ee564c1a0d497a90822ed31d Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-08-13T01:52:55 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -75,7 +75,7 @@ static Class NSExceptionK, MAPIStoreFolderK;
|
||||
enum MAPITAGS propTag;
|
||||
uint16_t propValue;
|
||||
|
||||
properties = talloc_zero(memCtx, struct SPropTagArray);
|
||||
properties = talloc_zero (memCtx, struct SPropTagArray);
|
||||
properties->aulPropTag = talloc_array (properties, enum MAPITAGS,
|
||||
MAPIStoreSupportedPropertiesCount);
|
||||
classGetters = MAPIStorePropertyGettersForClass (self);
|
||||
|
||||
Reference in New Issue
Block a user