google-code-export / ttrss-reader-fork

Automatically exported from code.google.com/p/ttrss-reader-fork
1 stars 2 forks source link

Add option to only fetch unread items #231

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently not possible afaict

Original issue reported on code.google.com by d.vanzwi...@gmail.com on 3 Feb 2014 at 3:06

GoogleCodeExporter commented 9 years ago
If you choose to display only unread items there is just a small amount of 
already read items which are transferred. I wanted to keep the options simple 
and to avoid trouble I included a failsave.

All articles are cached *once* on startup and when the number of unread items 
is < 400 there will be 400-x already read items which are updated where x is 
the number of currently unread items. So if you have 399 unread items there is 
only one read item which is transferred.

The regular update after some time when running the app (not starting it up) 
only transfers the current number of unread items.

Original comment by nils.braden on 12 May 2014 at 10:42