From a03796a1b498fc6fe7fc52aa7adde11adbd820b2 Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" Date: Wed, 25 Jul 2012 13:43:59 +0200 Subject: Add settings that Syncroton thinks are nice and useful --- share/templates/roundcubemail/main.inc.php.tpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/share/templates/roundcubemail/main.inc.php.tpl b/share/templates/roundcubemail/main.inc.php.tpl index f8ceace..ee36d42 100644 --- a/share/templates/roundcubemail/main.inc.php.tpl +++ b/share/templates/roundcubemail/main.inc.php.tpl @@ -264,4 +264,7 @@ \$rcmail_config['htmleditor'] = 0; + include_once("/etc/roundcubemail/kolab_auth.inc.php"); + \$rcmail_config['kolab_cache'] = true; + ?> -- cgit v1.1