mirror of
https://github.com/SqrtMinusOne/elfeed-summary.git
synced 2025-12-10 17:43:03 +03:00
Use feed ID as in upstream
This commit is contained in:
parent
11e25d57cf
commit
1fd795708c
1 changed files with 1 additions and 1 deletions
|
|
@ -748,7 +748,7 @@ items."
|
||||||
show-read)
|
show-read)
|
||||||
(format "+%s " elfeed-summary-unread-tag))
|
(format "+%s " elfeed-summary-unread-tag))
|
||||||
"="
|
"="
|
||||||
(rx-to-string (elfeed-feed-url feed) t)
|
(rx-to-string (elfeed-feed-id feed) t)
|
||||||
)))
|
)))
|
||||||
|
|
||||||
(defun elfeed-summary--search-feed-notify (widget &rest _)
|
(defun elfeed-summary--search-feed-notify (widget &rest _)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue