]> Sergey Matveev's repositories - public-inbox.git/commit
consolidate thread sorting in view
authorEric Wong <e@80x24.org>
Fri, 4 Sep 2015 02:18:07 +0000 (02:18 +0000)
committerEric Wong <e@80x24.org>
Fri, 4 Sep 2015 02:19:02 +0000 (02:19 +0000)
commit559c6c88e81e40d65f68f97044c5a32a114dcbfc
treeb8f0becda3b5c62ed43b5a361dc3d509d122afd6
parent8b01b9c9c6cdd42af1e1b968549452b2d727ba52
consolidate 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.
lib/PublicInbox/Thread.pm
lib/PublicInbox/View.pm