1
0
Fork 0
mirror of https://git.code.sf.net/p/archivemail/code synced 2024-12-22 07:42:55 +00:00

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

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