New extension: Mark As Read Existing#440
Merged
Alkarex merged 1 commit intoFreshRSS:mainfrom Mar 26, 2026
Merged
Conversation
Add bullitt186/FreshRSS-MarkAsReadExisting to the extension listing. Periodically re-applies 'Mark as read' filter rules to existing unread articles. Supports feed, category, and global filter levels with independent intervals. Includes dry-run mode and run-now button.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Mark As Read Existing
A FreshRSS extension that periodically re-applies "Mark as read" filter rules to existing unread articles.
Problem
FreshRSS only applies "Mark as read" filter rules when new articles arrive during feed actualization. Time-based rules like
-pubdate:P7D/(older than 7 days) never match existing articles because they were newer than 7 days when they first arrived.Solution
This extension hooks into the
freshrss_user_maintenancecycle and re-evaluates all configured "Mark as read" filter rules against existing unread articles. It supports feed, category, and global filter levels with independent enable/disable toggles and configurable intervals.Features
Repository
https://github.com/bullitt186/FreshRSS-MarkAsReadExisting
Changes in this PR
repositories.json: Added repository URLextensions.json: Added extension entry (alphabetically between "Mark Previous as Read" and "Mobile Scroll Menu")README.md: Added author section with extension description