summaryrefslogtreecommitdiff
path: root/plugins/acl
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/acl')
-rw-r--r--plugins/acl/acl.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/acl/acl.php b/plugins/acl/acl.php
index 8222d2449..20168da88 100644
--- a/plugins/acl/acl.php
+++ b/plugins/acl/acl.php
@@ -89,12 +89,12 @@ class acl extends rcube_plugin
if (!strlen($mbox_imap)) {
return $args;
}
-
+/*
// Do nothing on protected folders (?)
if ($args['options']['protected']) {
return $args;
}
-
+*/
// Do nothing if no ACL support
if (!$this->rc->imap->get_capability('ACL')) {
return $args;