From 2bd8335b04424821ffc5d045c1eaeaf229512b77 Mon Sep 17 00:00:00 2001 From: alec Date: Fri, 13 May 2011 14:08:45 +0000 Subject: - Allow ACL operations on protected folders, per request (#1486746) git-svn-id: https://svn.roundcube.net/trunk@4760 208e9e7b-5314-0410-a742-e7e81cd9613c --- plugins/acl/acl.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') 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; -- cgit v1.2.3