mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 22:38:51 +00:00
Request all contacts no longer needs value=.
This reverts1c8b693and it's possible thanks to removing listRequiresDot option6b2ec7aListing contacts didn't work for sources with listRequiresDot set to YES (LDAPSource, by default, had this option that way)
This commit is contained in:
@@ -24,8 +24,6 @@ function openContactsFolder(contactsFolder, reload, idx) {
|
||||
if (searchValue && searchValue.length > 0)
|
||||
url += ("&search=" + search["contacts"]["criteria"]
|
||||
+ "&value=" + escape(searchValue.utf8encode()));
|
||||
else
|
||||
url += "&search=name_or_address&value=.";
|
||||
var sortAttribute = sorting["attribute"];
|
||||
if (sortAttribute && sortAttribute.length > 0)
|
||||
url += ("&sort=" + sorting["attribute"]
|
||||
|
||||
Reference in New Issue
Block a user