Monotone-Parent: 834ab880181b91930d46cc8ba5f57844160ae395

Monotone-Revision: ca6c0c42d5b2cb1a04fefe5bf8aac1760a5456a4

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-02-09T23:01:55
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2011-02-09 23:01:55 +00:00
parent 11b792969d
commit 9b2eccf479
2 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,8 @@
PR_RCVD_REPRESENTING_EMAIL_ADDRESS_UNICODE.
Removed code returning MAPI_E_NOT_ENOUGH_MEMORY when content
values where larger than 3999 bytes.
(_sortIdentifierForProperty:): enabled sorting on
PR_CLIENT_SUBMIT_TIME.
2011-02-07 Wolfgang Sourdeau <wsourdeau@inverse.ca>

View File

@ -663,6 +663,8 @@ static EOQualifier *nonDeletedQualifier = nil;
{
knownProperties = [NSMutableDictionary new];
/* ARRIVAL, CC */
[knownProperties setObject: @"DATE"
forKey: MAPIPropertyKey (PR_CLIENT_SUBMIT_TIME)];
[knownProperties setObject: @"DATE"
forKey: MAPIPropertyKey (PR_MESSAGE_DELIVERY_TIME)];
[knownProperties setObject: @"FROM"