diff options
author | 2018-02-27 22:33:46 +0300 | |
---|---|---|
committer | 2018-02-27 22:35:40 +0300 | |
commit | dc34d232882c7d31999c4a7e29f5c1722babd1b4 (patch) | |
tree | 6eb54db3fb5d205aeb82bd95f88f32591dcbddf6 /doc/configcommands.dsv | |
parent | 79d44be3af33b26960b5e4596bce35920f937527 (diff) | |
download | newsboat-dc34d232882c7d31999c4a7e29f5c1722babd1b4.tar.gz newsboat-dc34d232882c7d31999c4a7e29f5c1722babd1b4.tar.zst newsboat-dc34d232882c7d31999c4a7e29f5c1722babd1b4.zip |
Expand on how keep-articles-days behaves
Cf. #131.
Diffstat (limited to '')
-rw-r--r-- | doc/configcommands.dsv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/configcommands.dsv b/doc/configcommands.dsv index d94a5ecb..51acc39d 100644 --- a/doc/configcommands.dsv +++ b/doc/configcommands.dsv @@ -57,7 +57,7 @@ inoreader-password||<password>||""||This variable sets your Inoreader password f inoreader-passwordfile||<path>||""||A more secure alternative to the above, by storing your password elsewhere in your system.||inoreader-passwordfile "~/.newsboat/inoreader-pw.txt" inoreader-passwordeval||<command>||""||Another secure alternative, is providing your password from an external command that is evaluated during login. This can be used to read your password from a gpg encrypted file or your system keyring.||inoreader-passwordeval "command some-parameter" inoreader-show-special-feeds||[yes/no]||yes||If this is set, then "special feeds" like "Starred items" (your starred articles) and "Shared items" (your shared articles) appear in your subscription list.||inoreader-show-special-feeds "no" -keep-articles-days||<number>||0||If set the a number greater than 0, only articles that are were published within the last <number> days are kept, and older articles are deleted. If set to 0 (default value), this option is not active.||keep-articles-days 30 +keep-articles-days||<number>||0||If set to a number greater than 0, only articles that are were published within the last <number> days are kept, and older articles are deleted. If set to 0 (default value), this option is not active. Note that changing this setting won't bring back the articles that were deleted earlier; currently, there's no non-hacky way to bring back deleted articles.||keep-articles-days 30 macro||<macro key> <command list>||n/a||With this command, you can define a macro key and specify a list of commands that shall be executed when the macro prefix and the macro key are pressed.||macro k open ; reload ; quit mark-as-read-on-hover||[yes/no]||no||If set to yes, then all articles that get selected in the article list are marked as read.||mark-as-read-on-hover yes max-download-speed||<number>||0||If set to a number great than 0, the download speed per download is set to that limit (in kB).||max-download-speed 50 |