mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
expire.py: use absolute path to maildirsize
This commit is contained in:
@@ -144,7 +144,7 @@ class Expiry:
|
|||||||
continue
|
continue
|
||||||
changed = True
|
changed = True
|
||||||
if changed:
|
if changed:
|
||||||
self.remove_file("maildirsize")
|
self.remove_file(f"{mbox.basedir}/maildirsize")
|
||||||
|
|
||||||
def get_summary(self):
|
def get_summary(self):
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user