aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xarchivemail.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivemail.py b/archivemail.py
index cb3292a..ec75f2c 100755
--- a/archivemail.py
+++ b/archivemail.py
@@ -564,7 +564,7 @@ class TempMbox:
"""Rename this temporary mbox file to the given name, making it
permanent. Emergency use only."""
os.rename(self.mbox_file_name, filename)
- _stale.temp_mboxes.remove(retain.mbox_file_name)
+ _stale.temp_mboxes.remove(self.mbox_file_name)
def remove(self):
"""Delete the temporary mbox file."""