fix comment

This commit is contained in:
holger krekel
2025-09-14 22:48:17 +02:00
parent 7d74b46502
commit a90a651ba0
2 changed files with 3 additions and 3 deletions

View File

@@ -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(

View File

@@ -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