nanawel / rsslounge

Automatically exported from code.google.com/p/rsslounge
0 stars 0 forks source link

Automatically mark as unread when expanded article is viewed for more than X seconds #67

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. When expanding an item it stays unread
2.
3.

What is the expected output? What do you see instead?

It would be nice if you could configure articles to change automatically their 
status to unread. 

What version of the product are you using? On what operating system?

rsslounge aggregator 1.7

By the way : thanks for a very promising open source rss reader (and promising 
alternative to tinytinyrss)

Original issue reported on code.google.com by arthur.l...@gmail.com on 13 Jun 2011 at 12:01

GoogleCodeExporter commented 9 years ago
I had the same feeling about this behavior, thus I made some modifications to 
provide it.

If you tick the "Mark as read on open" box in settings, messages will be 
flagged as read whenever you open them.

Running dos2unix on application/models/settings.php is required before applying 
the patch :
$ dos2unix -c mac application/models/settings.php
$ patch -p0 < 01_all_mark_as_read.patch

Original comment by fargier....@free.fr on 11 Jun 2012 at 7:53

Attachments: