diff options
Diffstat (limited to 'share/templates/roundcubemail/main.inc.php.tpl')
-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 ee36d42..0d790b1 100644 --- a/share/templates/roundcubemail/main.inc.php.tpl +++ b/share/templates/roundcubemail/main.inc.php.tpl @@ -102,6 +102,7 @@ 'listcommands', 'managesieve', 'newmail_notifier', + 'odfviewer', // 'owncloud', 'password', @@ -109,6 +110,7 @@ // 'quickrules', 'redundant_attachments', + 'tasklist', 'threading_as_default', // contextmenu must be after kolab_addressbook (#444) 'contextmenu', @@ -265,6 +267,7 @@ \$rcmail_config['htmleditor'] = 0; include_once("/etc/roundcubemail/kolab_auth.inc.php"); + \$rcmail_config['kolab_cache'] = true; ?> |