From a90a651ba09b25f97c7690d9418d2e2f0402f0aa Mon Sep 17 00:00:00 2001 From: holger krekel Date: Sun, 14 Sep 2025 22:48:17 +0200 Subject: [PATCH] fix comment --- chatmaild/src/chatmaild/fsreport.py | 2 +- cmdeploy/src/cmdeploy/dovecot/expunge.cron.j2 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chatmaild/src/chatmaild/fsreport.py b/chatmaild/src/chatmaild/fsreport.py index 2f4a1f98..c5f33e38 100644 --- a/chatmaild/src/chatmaild/fsreport.py +++ b/chatmaild/src/chatmaild/fsreport.py @@ -132,7 +132,7 @@ def main(args=None): "mailboxes_dir", action="store", help="path to directory of mailboxes" ) parser.add_argument( - "--days", action="store", help="assume date to be days older than now" + "--days", default=0, action="store", help="assume date to be days older than now" ) parser.add_argument( diff --git a/cmdeploy/src/cmdeploy/dovecot/expunge.cron.j2 b/cmdeploy/src/cmdeploy/dovecot/expunge.cron.j2 index dc9af7e0..0b2821ba 100644 --- a/cmdeploy/src/cmdeploy/dovecot/expunge.cron.j2 +++ b/cmdeploy/src/cmdeploy/dovecot/expunge.cron.j2 @@ -1,2 +1,2 @@ -# expire mailboxes and old or too large messages -2 0 * * * vmail /usr/local/lib/chatmaild/venv/bin/expire /usr/local/lib/chatmaild/chatmail.ini {config.mailboxes_dir} +# expire mailboxes, old and large messages +2 0 * * * vmail /usr/local/lib/chatmaild/venv/bin/expire /usr/local/lib/chatmaild/chatmail.ini {config.mailboxes_dir} --remove