summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2008-06-08 18:17:09 +0000
committeralecpl <alec@alec.pl>2008-06-08 18:17:09 +0000
commita0530a6ec0cb464ec6eaa63fd211c2ffbe6db9ad (patch)
tree91e3a144a914acd5eb77a1481c6fab4837174526 /config
parent7e78b2ec373f4596f986bb75a0e6c33bd67a82b4 (diff)
- option to disable autocompletion from selected LDAP address books (#1484922
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 8d71d8fcd..0be6d478d 100644
--- a/config/main.inc.php.dist
+++ b/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
*/