diff options
Diffstat (limited to 'share/templates/roundcubemail')
-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"); |