Add a note about the race window when resetting an mbox file timestamp

This commit is contained in:
Nikolaus Schulz 2010-07-16 18:03:10 +02:00
parent dcf849afeb
commit 2d15728c2d
1 changed files with 1 additions and 1 deletions

View File

@ -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()