merge of '3e2cf200dd5487a3cf4e6d1e92e7134a41e15bd9'

and '90d6b4dbf04d7d63dbfd04cff1465d6913a2ed65'

Monotone-Parent: 3e2cf200dd5487a3cf4e6d1e92e7134a41e15bd9
Monotone-Parent: 90d6b4dbf04d7d63dbfd04cff1465d6913a2ed65
Monotone-Revision: 8f7373eab8917f6c1bd2dab8181cf7a324b54957

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-04-06T15:10:03
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-04-06 15:10:03 +00:00
2 changed files with 11 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
2011-04-06 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* OpenChange/MAPIStoreMailMessageTable.m
(-evaluateExistRestriction:intoQualifier:): declare that
PR_CLIENT_SUBMIT_TIME always exists on messages, which prevents
Outlook from looping on a search request that always returns the
same unexpected result...
2011-04-05 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* OpenChange/MAPIStoreCalendarMessage.m (-getProperty:withTag):

View File

@@ -194,6 +194,9 @@ static Class NSDataK, NSStringK;
case PR_MESSAGE_DELIVERY_TIME:
rc = MAPIRestrictionStateAlwaysTrue;
break;
case PR_CLIENT_SUBMIT_TIME:
rc = MAPIRestrictionStateAlwaysTrue;
break;
case PR_PROCESSED:
rc = MAPIRestrictionStateAlwaysFalse;
break;