diff options
Diffstat (limited to 'share/templates/roundcubemail')
-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 ) { |