diff options
| author | 2015-05-10 12:14:38 +0200 | |
|---|---|---|
| committer | 2015-05-10 12:14:38 +0200 | |
| commit | 5f545dfda2b6700579b856c815e1914a2dd62553 (patch) | |
| tree | 9d796b0115d9b34251c2587dbce97dec35e5ba69 /data | |
| parent | 7d1ebd3c23d8189adb522ccaf63a6f525bbe6ff2 (diff) | |
Global option to mark updated articles as unread
https://github.com/FreshRSS/FreshRSS/issues/798
Diffstat (limited to 'data')
| -rw-r--r-- | data/config.default.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/config.default.php b/data/config.default.php index 8be203d36..dc947f154 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -55,6 +55,10 @@ return array( # SimplePie, which is retrieving RSS feeds via HTTP requests. 'simplepie_syslog_enabled' => true, + # In the case an article has changed (e.g. updated content): + # Set to `true` to mark it unread, or `false` to leave it as-is. + 'mark_updated_article_unread' => false, + 'limits' => array( # Duration in seconds of the SimplePie cache, |
