diff --git a/home/common/newsboat.nix b/home/common/newsboat.nix index c3ff837..05d1507 100644 --- a/home/common/newsboat.nix +++ b/home/common/newsboat.nix @@ -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"