mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-19 03:49:28 +00:00
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:
@@ -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):
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user