[Feature request] Daily feed reset
Hello.
Finally a RSS app that does only what is necessary in an elegant package. Thank you very much for this open-source work!
May I suggest adding the possibility to auto delete articles older than 1 day (VS the current minimum of 1 week)? It is useful for people trying to reduce their inbox to only the freshest news.
After a quick search it looks like a ONE_DAY option in AutoDeletePeriod would be the simplest way.
Makes sense Adding the ONE_DAY option, it would "kinda" work. However, with the current architecture, the article will be downloaded again if they don't disappear from the download feed. I first have to do some changes around that
Indeed, I see the issue. So actually, this option should be a retention period rather than an auto delete period. And my feature request would be to add the "no retention period" option (could be more than 1 day depending on feeds).
Alternatively, without changing too much the current architecture (an users habits), the delete process could be applied after each feed refresh. You first get all the articles from the feed and then filter them based on auto delete period setting.