From a412f23e445bff2df00fcec502b56a5ddf2c5a30 Mon Sep 17 00:00:00 2001 From: alec Date: Sun, 7 Nov 2010 08:36:52 +0000 Subject: - Add option for minimum length of autocomplete's string (#1486428) git-svn-id: https://svn.roundcube.net/trunk@4190 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/config/main.inc.php.dist | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'roundcubemail/config') diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index eed34cadb..0d71c44eb 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/config/main.inc.php.dist @@ -462,6 +462,11 @@ $rcmail_config['ldap_public']['Verisign'] = array( // when populating address autocomplete fields server-side. ex: array('sql','Verisign'); $rcmail_config['autocomplete_addressbooks'] = array('sql'); +// The minimum number of characters required to be typed in an autocomplete field +// before address books will be searched. Most useful for LDAP directories that +// may need to do lengthy results building given overly-broad searches +$rcmail_config['autocomplete_min_length'] = 1; + // ---------------------------------- // USER PREFERENCES // ---------------------------------- -- cgit v1.2.3