From a0530a6ec0cb464ec6eaa63fd211c2ffbe6db9ad Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Sun, 08 Jun 2008 14:17:09 -0400 Subject: [PATCH] - option to disable autocompletion from selected LDAP address books (#1484922 --- config/main.inc.php.dist | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 5d43c1a..0be6d47 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -271,6 +271,7 @@ * '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 */ @@ -341,5 +342,8 @@ */ $rcmail_config['delete_always'] = false; +// Log successful logins +$rcmail_config['log_logins'] = false; + // end of config file ?> -- Gitblit v1.9.1