mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-15 02:18:00 +00:00
feature(contact): Show 100 first results for global address book. Fix commit #17eca6f
This commit is contained in:
@@ -951,7 +951,7 @@
|
||||
|
||||
results = [NSMutableArray array];
|
||||
|
||||
if (!_listRequiresDot)
|
||||
if ([filter length] > 0 || !_listRequiresDot)
|
||||
{
|
||||
cm = [GCSChannelManager defaultChannelManager];
|
||||
channel = [cm acquireOpenChannelForURL: _viewURL];
|
||||
|
||||
Reference in New Issue
Block a user