Changeset 4760 in subversion


Ignore:
Timestamp:
May 13, 2011 10:08:45 AM (2 years ago)
Author:
alec
Message:
  • Allow ACL operations on protected folders, per request (#1486746)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/acl/acl.php

    r4757 r4760  
    9090            return $args; 
    9191        } 
    92  
     92/* 
    9393        // Do nothing on protected folders (?) 
    9494        if ($args['options']['protected']) { 
    9595            return $args; 
    9696        } 
    97  
     97*/ 
    9898        // Do nothing if no ACL support 
    9999        if (!$this->rc->imap->get_capability('ACL')) { 
Note: See TracChangeset for help on using the changeset viewer.