]> Sergey Matveev's repositories - public-inbox.git/commit
view: split out reply logic into its own module
authorEric Wong <e@80x24.org>
Wed, 14 Jun 2017 00:10:51 +0000 (00:10 +0000)
committerEric Wong <e@80x24.org>
Thu, 15 Jun 2017 23:13:00 +0000 (23:13 +0000)
commit92afb41e15dfdcda291b432173bd49ddfc49614a
tree4006a4b589d35255ea0331fe2b2d0094565fc094
parent1f15ff775a967794ff3e409722b72e5684f2c0a2
view: split out reply logic into its own module

We'll be adding more reply options for centralized mailing
lists.  So split out the logic so it's easy-to-find.
Organizing code is hard :<
MANIFEST
lib/PublicInbox/Reply.pm [new file with mode: 0644]
lib/PublicInbox/View.pm
t/view.t