mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 19:05:25 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user