Monotone-Parent: b9b71557c4538ab6b966ddb397fe17906f893873

Monotone-Revision: bbbdf59fa48b91230965d91f5c9ef35eb49d2bd7

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-12-02T18:27:48
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2009-12-02 18:27:48 +00:00
parent 771f079625
commit 5b25958669
+1 -1
View File
@@ -190,7 +190,7 @@
searchText = [self queryParameterForKey: @"search"];
if ([searchText length] > 0)
{
NSLog(@"Search all contacts: %@", searchText);
// NSLog(@"Search all contacts: %@", searchText);
excludeGroups = [[self queryParameterForKey: @"excludeGroups"] boolValue];
excludeLists = [[self queryParameterForKey: @"excludeLists"] boolValue];
NS_DURING