dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 79263b80c1b9d6c47fbcb8930b9a6020c0614d32
parent f213a10d558d9582f4171c853e72ce22a5666ba3
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Tue, 27 Oct 2020 11:27:23 +0100

newsboat: don't automatically go to next feed

Former-commit-id: 94fdfcb5dff9cf02bdc46c5371edcc4805c4711b
Diffstat:
Mnewsboat/config | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/newsboat/config b/newsboat/config @@ -7,6 +7,7 @@ notify-always yes article-sort-order date error-log "~/.config/newsboat/error.log" prepopulate-query-feeds yes +goto-next-feed no define-filter "read articles" "unread = \"no\"" define-filter "downloaded" "flags # \"d\""