Additional fix from the previous refactoring
[imap-restore-mail] / src / file_iterator.py
index 7cfc42c..edf6be7 100644 (file)
@@ -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)