mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 03:45:25 +00:00
Monotone-Parent: 5d74c28ea0fcf5aa4d6ab7fc81f9bade5e4cfe5d
Monotone-Revision: 4b8da7277df29ca5160321d7f33b46c3047e17a3 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-12-10T18:32:29 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2010-12-10 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* EOQualifier+GCS.m (_appendKeyValueQualifier:toString:): fixed
|
||||
evaluation to handle the "EOQualifierOperatorNotEqual" operator.
|
||||
|
||||
2010-08-19 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* GCSSpecialQueries.m (-createEMailAlarmsFolderWithName:): new sql
|
||||
|
||||
@@ -119,7 +119,7 @@
|
||||
qOperator = @"IS";
|
||||
qValue = @"NULL";
|
||||
}
|
||||
else if (sel_eq(op, EOQualifierOperatorEqual)) {
|
||||
else if (sel_eq(op, EOQualifierOperatorNotEqual)) {
|
||||
qOperator = @"IS NOT";
|
||||
qValue = @"NULL";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user