Monotone-Parent: 09639e12aa5fbdcbeebb63070f77940c49f0aabd

Monotone-Revision: 918d650595c58f2ee59ce861c37907edceb28aa7

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-02-29T04:15:32
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2012-02-29 04:15:32 +00:00
parent 1f78824b4d
commit 351d3c72e8
2 changed files with 6 additions and 8 deletions

View File

@@ -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 <wsourdeau@inverse.ca>

View File

@@ -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