Clear inbox acls and other fixes based on autotest validation
[imap-restore-mail] / src / imap_restore_mail.py
index 9d8ca72..79eb1c5 100644 (file)
@@ -42,7 +42,7 @@ def main():
 
     # retrieve mailbox list if a mailbox list file is specified
     if args.mboxlistfile != "":
-        storage.load_mailbox_list(args.mboxlistfile, args.ouser)
+        storage.load_mailbox_list(args.mboxlistfile)
 
     # delete olf IMAP folders if no append requested
     if not args.append: