X-Git-Url: http://developer.intra2net.com/git/?a=blobdiff_plain;f=src%2Ffile_iterator.py;h=edf6be78e64d0a207dedf2b754f4cd33ff1bbc45;hb=1488bae4c3d6d908aa78ee9da6ad212b170143e7;hp=7cfc42c87fb514efaea5f954901ffba676ecc03a;hpb=ed8dc19fe99a4386600560efbfc9a4b8605effaf;p=imap-restore-mail diff --git a/src/file_iterator.py b/src/file_iterator.py index 7cfc42c..edf6be7 100644 --- a/src/file_iterator.py +++ b/src/file_iterator.py @@ -86,7 +86,7 @@ class FileIterator: aclstr = acldata[2] acls[acldata[0]] = acldata[1] - self.acl_mailboxes[key] = acls + self.file_acls[key] = acls except IOError: logging.warning("Could not open mboxlist file %s", mboxlistfile)