mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-15 20:03:18 +00:00
See ChangeLog
Monotone-Parent: e8cc028cde8aa18eb4abffeb03ecc1073cec1dfb Monotone-Revision: dce711f005c952cd07f83c7d04ee10abdf742a01 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2009-09-25T15:21:01 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -490,7 +490,7 @@ static NSLock *lock;
|
||||
bindFieldsEnum = [[bindFields componentsSeparatedByString: @","]
|
||||
objectEnumerator];
|
||||
while ((currentField = [bindFieldsEnum nextObject]))
|
||||
[qs appendFormat: @" OR (%@='%@')", currentField, escapedUid];
|
||||
[qs appendFormat: @" OR (%@='%@')", [currentField stringByTrimmingSpaces], escapedUid];
|
||||
}
|
||||
|
||||
if (_filter && [_filter length])
|
||||
|
||||
Reference in New Issue
Block a user