aboutsummaryrefslogtreecommitdiffstats
path: root/archivemail.py
diff options
context:
space:
mode:
Diffstat (limited to 'archivemail.py')
-rwxr-xr-xarchivemail.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/archivemail.py b/archivemail.py
index b01ea35..6c24e6c 100755
--- a/archivemail.py
+++ b/archivemail.py
@@ -1287,7 +1287,6 @@ def _archive_dir(mailbox_name, final_archive_name, type):
original = mailbox.MHMailbox(mailbox_name)
else:
unexpected_error("unknown type: %s" % type)
- assert(original)
cache = IdentityCache(mailbox_name)