diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-07-30 19:36:26 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-07-30 19:36:26 +0100 |
commit | 4ff69e9753435b90e8b9eb538dd6fdabcd7282f8 (patch) | |
tree | 2587d7b4429e24190761ad5958a91689917502df /share | |
parent | 0af5021ad9af906ff0ac79162f8034a2180bf33b (diff) | |
download | pykolab-4ff69e9753435b90e8b9eb538dd6fdabcd7282f8.tar.gz |
Add autocomplete_single = true for roundcube configuration
Add default setting for vlv_search
Diffstat (limited to 'share')
-rw-r--r-- | share/templates/roundcubemail/main.inc.php.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/templates/roundcubemail/main.inc.php.tpl b/share/templates/roundcubemail/main.inc.php.tpl index a3762d4..e0497cb 100644 --- a/share/templates/roundcubemail/main.inc.php.tpl +++ b/share/templates/roundcubemail/main.inc.php.tpl @@ -225,6 +225,7 @@ 'scope' => 'sub', 'filter' => '(objectClass=inetOrgPerson)', 'vlv' => false, + 'vlv_search' => false, 'fuzzy_search' => true, 'sizelimit' => '0', 'timelimit' => '0', @@ -259,6 +260,8 @@ 'kolab_addressbook' ); + \$rcmail_config['autocomplete_single'] = true; + \$rcmail_config['htmleditor'] = 0; include_once("/etc/roundcubemail/kolab_auth.inc.php"); |