@ -88,6 +88,7 @@ def recv_all(inbox, marker):
t = p.stat().st_mtime
if t > newest:
newest = t
if newest:
(inbox / marker).touch(exist_ok=True)
os.utime(str(inbox / marker), (newest, newest))