From 351d3c72e8a2d569bc6cb047ac18c1e69023a50a Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 29 Feb 2012 04:15:32 +0000 Subject: [PATCH] Monotone-Parent: 09639e12aa5fbdcbeebb63070f77940c49f0aabd Monotone-Revision: 918d650595c58f2ee59ce861c37907edceb28aa7 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-02-29T04:15:32 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 1 + OpenChange/gen-property-selectors.py | 13 +++++-------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 062361edc..57dd97a78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ * OpenChange/gen-property-selectors.py: bannedProps is now an array instead of a dict of "True" values. + Added "PrOabContainerGuid" to bannedProps. 2012-02-27 Wolfgang Sourdeau diff --git a/OpenChange/gen-property-selectors.py b/OpenChange/gen-property-selectors.py index 845fd4bab..cd638b351 100755 --- a/OpenChange/gen-property-selectors.py +++ b/OpenChange/gen-property-selectors.py @@ -106,15 +106,12 @@ extern const enum MAPITAGS MAPIStoreSupportedProperties[]; # hack: some properties have multiple and incompatible types. Sometimes those # props are not related at all... -bannedProps = [ "PrBodyHtml", "PrFavAutosubfolders", - "PrAttachDataObj", "PrAclTable", - "PrAclData", "PrRulesTable", "PrRulesData", +bannedProps = [ "PrBodyHtml", "PrFavAutosubfolders", "PrAttachDataObj", + "PrAclTable", "PrAclData", "PrRulesTable", "PrRulesData", "PrDisableWinsock", "PrHierarchyServer", - "PrOfflineAddrbookEntryid", - "PrShorttermEntryidFromObject", - "PrNormalMessageSizeExtended", - "PrAssocMessageSizeExtended", - "PrMessageSizeExtended" ] + "PrOfflineAddrbookEntryid", "PrShorttermEntryidFromObject", + "PrNormalMessageSizeExtended", "PrAssocMessageSizeExtended", + "PrMessageSizeExtended", "PrOabContainerGuid" ] def ParseExchangeH(names, lines): state = 0