diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-05-04 16:35:46 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-05-04 16:35:46 +0100 |
commit | ce08efd8fe57d7a8b359f26b265c0a1891c71f31 (patch) | |
tree | e6bda2b3a2ea33479e00e5a8fedd09c2459facf9 /share/templates | |
parent | 31c00e8ab2c9252c05d655fa3430b6692919a595 (diff) | |
download | pykolab-ce08efd8fe57d7a8b359f26b265c0a1891c71f31.tar.gz |
Disable plugin terms by default
Diffstat (limited to 'share/templates')
-rw-r--r-- | share/templates/roundcubemail/main.inc.php.tpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/share/templates/roundcubemail/main.inc.php.tpl b/share/templates/roundcubemail/main.inc.php.tpl index 505e768..2828c9b 100644 --- a/share/templates/roundcubemail/main.inc.php.tpl +++ b/share/templates/roundcubemail/main.inc.php.tpl @@ -109,7 +109,6 @@ // 'quickrules', 'redundant_attachments', - 'terms', 'threading_as_default', // contextmenu must be after kolab_addressbook (#444) 'contextmenu', @@ -189,7 +188,6 @@ 'kolab_config', 'kolab_folders', 'password', - 'terms' ); foreach ( \$mandatory_plugins as \$num => \$plugin ) { |