aboutsummaryrefslogtreecommitdiffstats
path: root/archivemail.py
diff options
context:
space:
mode:
Diffstat (limited to 'archivemail.py')
-rwxr-xr-xarchivemail.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/archivemail.py b/archivemail.py
index 97acea6..7f22bba 100755
--- a/archivemail.py
+++ b/archivemail.py
@@ -336,6 +336,7 @@ class Mbox(mailbox.UnixMailbox):
if not body:
break
self.mbox_file.write(body)
+ self.mbox_file.write(os.linesep)
def remove(self):
"""Close and delete the 'mbox' mailbox file"""