Monotone-Parent: 284a8347693e195968c72b6605fbc076085c97d7

Monotone-Revision: 90d6b4dbf04d7d63dbfd04cff1465d6913a2ed65

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-04-06T15:09:41
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2011-04-06 15:09:41 +00:00
parent ed204705fc
commit e5c00caecf
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;