elfeed icon indicating copy to clipboard operation
elfeed copied to clipboard

(Not?) Duplicate Items

Open Whil- opened this issue 4 years ago • 2 comments

Hi!

Trying to use elfeed, but I think I've run into an issue that you maybe can help me resolve.

The simplified example showing my issue is this; I have two feeds, both pulling topics from hacker news but with different filters:

elfeed-feeds is a variable defined in ‘elfeed.el’.
Its value is
(("https://hnrss.org/newest?points=1000&count=100" 1000p)
 ("https://hnrss.org/newest?points=2000&count=50" 2000p))

One post that made it all the way above 2000p (and therefore is a part of both feeds above) is the one with title <![CDATA[ Bye, Amazon ]]>

In Elfeed I only get one entry for this, not two. I would expect the entry to show up once in each feed. Or at least be tagged with both tags and show up as unread when it "arrived" in the second feed, even if I've read it from the first feed since before.

Thoughts?

Whil- avatar Jul 28 '20 08:07 Whil-