mirror of
https://github.com/chatmail/relay.git
synced 2026-05-12 00:54:37 +00:00
fix comment
This commit is contained in:
@@ -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(
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user