diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-05-13 14:08:45 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-05-13 14:08:45 +0000 |
| commit | 2bd8335b04424821ffc5d045c1eaeaf229512b77 (patch) | |
| tree | 5195ee101ba83a53debc4714a9dcfa81187ba18a /plugins/acl/acl.php | |
| parent | 5b214603698d311edf987bb767f86b058e538dc6 (diff) | |
- Allow ACL operations on protected folders, per request (#1486746)
git-svn-id: https://svn.roundcube.net/trunk@4760 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/acl/acl.php')
| -rw-r--r-- | plugins/acl/acl.php | 4 |
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; |
