mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-10 15:58:52 +00:00
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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user