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