From 5ce131d1403d566fd4a2b77dafe0d9f33cef8dd9 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 22 Oct 2024 00:02:33 +0200 Subject: [PATCH] Fix elfeed mark as read --- emacs/emacs.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs/emacs.el b/emacs/emacs.el index 8376331..c40bf4f 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -158,4 +158,5 @@ :api-url "https://miniflux.pdp7.net/fever/" :password-file "~/.miniflux.fever.pw"))) (setq-default elfeed-search-filter "+unread ") - (setq-default elfeed-sort-order 'ascending)) + (setq-default elfeed-sort-order 'ascending) + (setq elfeed-protocol-fever-update-unread-only nil)) -- 2.47.3