]> Sergey Matveev's repositories - public-inbox.git/commit
thread: remove Mail::Thread dependency
authorEric Wong <e@80x24.org>
Wed, 5 Oct 2016 23:47:17 +0000 (23:47 +0000)
committerEric Wong <e@80x24.org>
Wed, 5 Oct 2016 23:52:07 +0000 (23:52 +0000)
commit172416d1cd465da4242cc744a3f309d307f1311d
tree99800009e9a7707536978338e862091bfb6823ff
parent08913d1b05e32a7415cbe8afc3c229d108817de8
thread: remove Mail::Thread dependency

Introduce our own SearchThread class for threading messages.
This should allow us to specialize and optimize away objects
in future commits.
INSTALL
MANIFEST
Makefile.PL
lib/PublicInbox/SearchIdx.pm
lib/PublicInbox/SearchThread.pm [new file with mode: 0644]
lib/PublicInbox/SearchView.pm
lib/PublicInbox/Thread.pm [deleted file]
lib/PublicInbox/View.pm
lib/PublicInbox/WWW.pm
t/plack.t