From 2bfc9ba272040e6c0cf0c557963202fbe7bbbf66 Mon Sep 17 00:00:00 2001 From: alec Date: Sun, 8 Jun 2008 18:17:09 +0000 Subject: - option to disable autocompletion from selected LDAP address books (#1484922 git-svn-id: https://svn.roundcube.net/trunk@1493 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/config/main.inc.php.dist | 1 + 1 file changed, 1 insertion(+) (limited to 'roundcubemail/config') diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index 8d71d8fcd..0be6d478d 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/config/main.inc.php.dist @@ -271,6 +271,7 @@ $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 */ -- cgit v1.2.3