Monotone-Parent: 3e9a01a3615e6c215893301389e708f679fa0745

Monotone-Revision: d0ac54b9a1d78a365c2ddff5b5f5e8f53491b8a0

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-04-05T15:10:04
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2011-04-05 15:10:04 +00:00
parent 64654dfd5a
commit 7131948812
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -140,6 +140,7 @@
searchText = [self queryParameterForKey: @"search"];
if ([searchText length] > 0)
{
folder = nil;
NS_DURING
folder = [self clientObject];
NS_HANDLER