-
Notifications
You must be signed in to change notification settings - Fork 827
Description
Under "History" you can "flush (the) history" of all feeds, where technically all "read" articles are marked as "removed".
-
I subscribed some feeds which are getting quite a lot of entries so I was looking for some method to mark read articles as removed from a specific feed to early get rid of them while keeping default
CLEANUP_*settings for others. Maybe this would be useful to others too so I thought about an feature request - on the feeds page: would you add a "flush history" entry next to the other feed specific operations (refresh, edit, remove, mark as read) which will just operate on entries of this single feed? -
I wondered how often these removed articles get physically deleted from the database? I found the function cleanupEntries which seems to just exactly do this however I did not find where or how often it gets called. (btw, I'm using the official docker container).
PS: Thank you very much for creating miniflux - it's fantastic! :)