Open emanruse opened 3 years ago
Thanks for the report! I reproduced this with newsboat r2.21-271-g1428.
Previous report in Newsbeuter: https://github.com/akrennmair/newsbeuter/issues/121 Similar issue in Newsboat: https://github.com/newsboat/newsboat/issues/886
It happens in "filtered view" of the article list too (when you define and apply a filter). Tested in 2.22.1.
In filter view and search results view it seems also impossible to apply tags to an article.
You mean flags? And by "impossible", you mean they are not preserved after you've quite the filter view/search results?
Yes. Yes.
This has been an issue since 2020 and still persists in 2.27.0. Would it be possible to somehow prioritize it?
This is a volunteer-ran project, we don't do priorities, sorry. This will get fixed once someone decides to work on this.
Update:
I just found something more.
STR:
Result: the (previously deleted) article disappears.
IOW, the actual problem seems to be that articles deleted from search results (or query feeds) remain in some mid-state (cache?) and the UI still displays them, until the feed they belong to is refreshed.
I hope this will help to resolve the issue.
Newsboat version (copy the output of
newsboat -v
or the first line ofgit show
):Config file (copy from ~/.newsboat/config or ~/.config/newsboat/config):
Steps to reproduce the issue:
Expected:
The article status should remain 'D' (deleted) after returning to the article list.
Actual:
The article status is simply unread but not deleted, so one has to delete it once again.