mirror of
https://git.code.sf.net/p/archivemail/code
synced 2025-01-03 05:34:58 +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()
|
retain.remove()
|
||||||
original.unlock()
|
original.unlock()
|
||||||
original.close()
|
original.close()
|
||||||
original.reset_timestamps()
|
original.reset_timestamps() # Minor race here; mutt has this too.
|
||||||
if not options.quiet:
|
if not options.quiet:
|
||||||
stats.display()
|
stats.display()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue