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:
parent
dcf849afeb
commit
2d15728c2d
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue