From a46028f5b81bf844b91d1f60b826b928c07f30a6 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 6 Oct 2009 21:15:38 +0000 Subject: [PATCH] Monotone-Parent: f1d97c71ed8dc3f59da9344a859a0b6725bf3b6b Monotone-Revision: 010f8606ce2360533d2826f98b357c83086f6fe1 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-10-06T21:15:38 Monotone-Branch: ca.inverse.sogo --- SOPE/sope-patchset-r1660.diff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SOPE/sope-patchset-r1660.diff b/SOPE/sope-patchset-r1660.diff index 03f06a1ee..baff62e57 100644 --- a/SOPE/sope-patchset-r1660.diff +++ b/SOPE/sope-patchset-r1660.diff @@ -864,7 +864,7 @@ Index: sope-mime/NGImap4/EOQualifier+IMAPAdditions.m +- (NSString *)imap4OperatorForDateKeyword:(NSString *)dkey +andComparisonSelector:(SEL)lselector { + NSString *operatorPrefix, *dateOperator; -+ if ([key isEqualToString: @"date"]) ++ if ([dkey isEqualToString: @"date"]) + operatorPrefix = @"sent"; + else + operatorPrefix = @"";