From: alex Date: Mon, 21 Oct 2024 22:02:33 +0000 (+0200) Subject: Fix elfeed mark as read X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=5ce131d1403d566fd4a2b77dafe0d9f33cef8dd9;p=alex.git Fix elfeed mark as read --- 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))