From d065ff49de9e91f1666e89eda9c316a10b8cd307 Mon Sep 17 00:00:00 2001 From: thomasb Date: Sun, 23 Nov 2008 12:38:44 +0000 Subject: Do serverside addressbook queries for autocompletion (#1485531) + make autocompletion list clickable git-svn-id: https://svn.roundcube.net/trunk@2081 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/config/main.inc.php.dist | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'roundcubemail/config') diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index c4a62b1f8..d9ef3d343 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/config/main.inc.php.dist @@ -279,10 +279,13 @@ $rcmail_config['address_book_type'] = 'sql'; * 'sort' => 'cn', // The field to sort the listing by. * 'scope' => 'sub', // search mode: sub|base|list * 'filter' => '', // used for basic listing (if not empty) and will be &'d with search queries. example: status=act - * 'global_search' => true, // perform a global search for address auto-completion on compose * 'fuzzy_search' => true); // server allows wildcard search */ +// An ordered array of the ids of the addressbooks that should be searched +// when populating address autocomplete fields server-side. ex: array('sql','Verisign'); +$rcmail_config['autocomplete_addressbooks'] = array('sql'); + // don't allow these settings to be overriden by the user $rcmail_config['dont_override'] = array(); -- cgit v1.2.3