about summary refs log tree commit homepage
path: root/lib/PublicInbox/Thread.pm
DateCommit message (Collapse)
2016-05-02view: disable subject threading
Broken threads should be exposed to hopefully encourage people to use proper mail clients which set In-Reply-To headers.
2015-09-04consolidate thread sorting in view
This is a display subroutine so it should not be in our thread monkey-patching package, but instead in the view package. Hopefully one day in the future, Mail::Thread will be maintained again and we'll no longer need PublicInbox::Thread at all.
2015-08-20dead code cleanup
We may not be using subject_path after all.
2015-08-18thread: another workaround for a Mail::Thread bug
Yay for monkey patching! ref: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=795913 ref: https://rt.cpan.org/Ticket/Display.html?id=106498
2015-08-15thread: common sorting code
We'll be sharing the same threading, so it makes sense to sort replies using the same code and message headers without repeating ourselves. This also standardizes on sorting on X-PI-TS (Unix epoch in seconds) instead over using X-PI-Date differently in two different places
2014-05-01thread: limit scope of monkey patch
Future versions of Mail::Thread may be released to fix this bug. However, since it's been about 8 years since the bug was reported..
2014-05-01workaround Mail::Thread memory leak
Thanks to Ask for the patch in https://rt.cpan.org/Public/Bug/Display.html?id=22817