diff options
author | Nikolaus Schulz <microschulz@web.de> | 2010-07-16 18:03:10 +0200 |
---|---|---|
committer | Nikolaus Schulz <microschulz@web.de> | 2010-07-19 01:40:25 +0200 |
commit | 2d15728c2de6bd4757855947c24a34555e59b62c (patch) | |
tree | d379e9fa675ac1e2ae2b23eb8d8bf1b3c75b4314 | |
parent | dcf849afeb60af72eb377c17c1933cce4997140c (diff) | |
download | archivemail-2d15728c2de6bd4757855947c24a34555e59b62c.tar.gz archivemail-2d15728c2de6bd4757855947c24a34555e59b62c.tar.bz2 archivemail-2d15728c2de6bd4757855947c24a34555e59b62c.zip |
Add a note about the race window when resetting an mbox file timestamp
-rwxr-xr-x | archivemail.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivemail.py b/archivemail.py index f570456..a575929 100755 --- a/archivemail.py +++ b/archivemail.py @@ -1208,7 +1208,7 @@ def _archive_mbox(mailbox_name, final_archive_name): retain.remove() original.unlock() original.close() - original.reset_timestamps() + original.reset_timestamps() # Minor race here; mutt has this too. if not options.quiet: stats.display() |