Update man page to mention -1 can be used for CLEANUP_ARCHIVE_* options

This commit is contained in:
Shizun Ge 2021-01-16 20:00:29 -06:00 committed by GitHub
parent a6017a8411
commit 926ddf6d09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -161,12 +161,16 @@ Cleanup job frequency. Remove old sessions and archive entries\&.
Default is 24 hours\&. Default is 24 hours\&.
.TP .TP
.B CLEANUP_ARCHIVE_READ_DAYS .B CLEANUP_ARCHIVE_READ_DAYS
Number of days after marking read items as removed\&. Number of days after marking read entries as removed\&.
.br
Set to -1 to keep all read entries.
.br .br
Default is 60 days\&. Default is 60 days\&.
.TP .TP
.B CLEANUP_ARCHIVE_UNREAD_DAYS .B CLEANUP_ARCHIVE_UNREAD_DAYS
Number of days after marking unread items as removed\&. Number of days after marking unread entries as removed\&.
.br
Set to -1 to keep all unread entries.
.br .br
Default is 180 days\&. Default is 180 days\&.
.TP .TP