2 commits - share/templates

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Thu Jul 26 17:48:11 CEST 2012


 share/templates/roundcubemail/main.inc.php.tpl |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit b401410cf8237f131fbdab8fb6a800621e42740a
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Thu Jul 26 17:47:57 2012 +0200

    Add odfviewer and tasklist plugins

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;
 
 ?>


commit a03796a1b498fc6fe7fc52aa7adde11adbd820b2
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Wed Jul 25 13:43:59 2012 +0200

    Add settings that Syncroton thinks are nice and useful

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;
+
 ?>





More information about the commits mailing list