diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-07-25 13:43:59 +0200 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-07-25 13:43:59 +0200 |
commit | a03796a1b498fc6fe7fc52aa7adde11adbd820b2 (patch) | |
tree | 25ffd16fde08f8a04cc579b2818cea5e56da783c /share/templates | |
parent | 8333b4872b103ed094cce295d319e1c43975ee1a (diff) | |
download | pykolab-a03796a1b498fc6fe7fc52aa7adde11adbd820b2.tar.gz |
Add settings that Syncroton thinks are nice and useful
Diffstat (limited to 'share/templates')
-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 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; + ?> |