https://bugs.gpodder.org/show_bug.cgi?id=1728
Thomas Perl <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WONTFIX --- Comment #1 from Thomas Perl <[email protected]> 2012-12-22 10:57:38 GMT --- I won't implement this in upstream gPodder, as it's not something that normal users would want (I and some other people actually like detecting recent episodes by their weekday name, and it does not have any effect on the sort order, obviously). You can fix it yourself locally by editing src/gpodder/util.py In function "def format_date(timestamp):", you have to: - Remove the two ifs that return "Today" and "Yesterday" - Remove the then branch of "if diff < 7:" and only use the else branch After that, gPodder will behave the way you described it in this bug report. -- Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ gPodder-Bugs mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-bugs
