Monotone-Parent: 0ee8784402fef54ab5a1a4812b44c00372e7da2f

Monotone-Revision: 341e6e2a2c5d1fda9e10359bcd2c9a3afa7b8766

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-12-30T19:39:57
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-12-30 19:39:57 +00:00
parent 2b3a13e5d8
commit 10fcfbfce6
2 changed files with 38 additions and 22 deletions
+10
View File
@@ -1,5 +1,15 @@
2010-12-30 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* OpenChange/MAPIStoreMailMessageTable.m
(-getChildProperty:forKey:withTag:): return "NO" for
PR_REPLY_REQUESTED and PR_RESPONSE_REQUESTED. Commented out
responses for "PidLidHeaderItem" and "PidLidRemoteTransferSize".
Return "PR_ORIGINAL_DISPLAY_TO/CC/BCC_UNICODE" based on their
non-"ORIGINAL" counterpart and return an empty string when
missing.
Modified the return code of "PR_RTF_COMPRESSED" to
"MAPI_E_NOT_FOUND".
* OpenChange/MAPIStoreTypes.m (NSObjectFromSPropValue)
(NSObjectFromMAPISPropValue): force booleans to be int to avoid
creating EOQualifier values where the strings "YES" or "NO" appear