Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FR]: Ability to turn an individual feed 'off' with visual indication #393

Closed
RandomNerd1 opened this issue Mar 25, 2021 · 5 comments
Closed
Assignees
Labels
Milestone

Comments

@RandomNerd1
Copy link

Brief description of the feature request.

Just the ability to right-click on a feed or in its 'edit' window, and get an option to disable/deactivate a feed, keeping it in your list, but no longer getting checked for updates until reactivated. I'd want to be able to see at a glance which feeds are set this way, by maybe striking through the title, showing it grayed out, something like that.

@martinrotter
Copy link
Owner

@RandomNerd1 If you hit "update all feeds" you need those "off" feeds to be skipped?

@RandomNerd1
Copy link
Author

I think that would be the expected behavior, yes.

@sakkamade
Copy link
Contributor

As a workaround can be used a simple message filter (Alt+i and f):

function filterMessage() {
  return MessageObject.Ignore;
}

This will not let any new article in even upon fetching.

@martinrotter
Copy link
Owner

@sakkamade While this if course works it will not avoid the actual downloading of the feed (XML) file, but nice touch anyway.

@martinrotter martinrotter added Status-Fixed Ticket is resolved. Component-Core Component-DB and removed Status-Accepted I will eventually implement this. labels Jan 18, 2022
@martinrotter martinrotter added this to the 4.1.3 milestone Jan 18, 2022
@martinrotter
Copy link
Owner

image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants