mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-04 02:55:26 +00:00
Monotone-Parent: facb5d4600a60a2bb140905284c1af0af3c2045a
Monotone-Revision: 0e67d5e5243429d84d07553a966befe16961db76 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-10-14T19:35:54 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2011-10-14 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* OpenChange/MAPIStoreGCSMessageTable.m
|
||||
(-evaluatePropertyRestriction:intoQualifier:): removed useless
|
||||
condition to avoid warnings with certain versions of gcc.
|
||||
|
||||
2011-10-14 Francis Lachapelle <flachapelle@inverse.ca>
|
||||
|
||||
* UI/WebServerResources/SOGoMailDataSource.js (load): associated a
|
||||
|
||||
@@ -109,7 +109,7 @@
|
||||
property = [self backendIdentifierForProperty: res->ulPropTag];
|
||||
if (property)
|
||||
{
|
||||
if (res->relop >= 0 && res->relop < 7)
|
||||
if (res->relop < 7)
|
||||
operator = operators[res->relop];
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user