home/common/newsboat | add filters and pipeto emailtask

This commit is contained in:
Don Harper 2025-06-14 12:21:28 -05:00
parent 5fdddd977a
commit afb2da0f5e

View file

@ -18,9 +18,12 @@
bind-key j next
bind-key k prev
bind m article,articlelist pipe-to "neomutt -s\"RSS Article\" don@donharper.org" -- "Email article"
bind w article,articlelist pipe-to "emailtask" -- "Add article to task"
cleanup-on-quit yes
confirm-exit yes
delete-read-articles-on-quit yes
define-filter "utube" "feedtitle =~ \"UT - .*\""
define-filter "not utube" "feedtitle !~ \"UT - .*\""
display-article-progress yes
download-full-page yes
error-log "~/.config/newsboat/error.log"