mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-08 04:55:26 +00:00
Monotone-Parent: 3e9a01a3615e6c215893301389e708f679fa0745
Monotone-Revision: d0ac54b9a1d78a365c2ddff5b5f5e8f53491b8a0 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-04-05T15:10:04 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -132,6 +132,7 @@
|
||||
// NSLog(@"Search all contacts: %@", searchText);
|
||||
excludeGroups = [[self queryParameterForKey: @"excludeGroups"] boolValue];
|
||||
excludeLists = [[self queryParameterForKey: @"excludeLists"] boolValue];
|
||||
folders = nil;
|
||||
NS_DURING
|
||||
folders = [[self clientObject] subFolders];
|
||||
NS_HANDLER
|
||||
|
||||
@@ -140,6 +140,7 @@
|
||||
searchText = [self queryParameterForKey: @"search"];
|
||||
if ([searchText length] > 0)
|
||||
{
|
||||
folder = nil;
|
||||
NS_DURING
|
||||
folder = [self clientObject];
|
||||
NS_HANDLER
|
||||
|
||||
Reference in New Issue
Block a user