[FR]: iterate current date for articles with no own date #621
Labels
Component-Message-List
Status-Fixed
Ticket is resolved.
Type-Enhancement
This is request for brand new feature.
Milestone
Brief description of the feature request
rssguard/src/librssguard/services/standard/rssparser.cpp
Line 112 in b0b3acf
currently it sets same current time for all articles from a feed without their own published-date specified
FR: - subtract article index (1st arcticle, 2nd article... 99th article) from the date-time so it would become possible to sort by time in the RSSGuard for articles without specified pubDate in their feed (pretty much everything generated via script - cuz on sites ppl don't specify publish-date of grabbed-parsed links),
so articles at the top of the feed would get placed at the top of the rssguard articles list window when sorted by date
e.g.:
Title | Date
Most Recent article - 15:05
Yesterdays article - 15:04
Very old article- 15:03
how it is now:
Title | Date
Very old article - 15:05
Most Recent article - 15:05
Yesterdays article - 15:05
The text was updated successfully, but these errors were encountered: