diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-07-26 17:47:57 +0200 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-07-26 17:47:57 +0200 |
commit | b401410cf8237f131fbdab8fb6a800621e42740a (patch) | |
tree | 37d2262699f159b761b011425d56c19d80b9ef87 /share | |
parent | a03796a1b498fc6fe7fc52aa7adde11adbd820b2 (diff) | |
download | pykolab-b401410cf8237f131fbdab8fb6a800621e42740a.tar.gz |
Add odfviewer and tasklist plugins
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 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; ?> |