user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
* [PATCH 0/3] support per-inbox "replyto" parameter
@ 2017-06-14  0:10 Eric Wong
  2017-06-14  0:10 ` [PATCH 1/3] view: split out reply logic into its own module Eric Wong
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Eric Wong @ 2017-06-14  0:10 UTC (permalink / raw)
  To: meta

These changes should facilitate hosting mirrors of (unfortunately)
centralized mailing lists.  More changes, such as email address
obfuscation may be necessary to support misguided people who believe
in address obfuscation.

Eric Wong (3):
      view: split out reply logic into its own module
      replyto parameter support
      reply: support Reply-To

 MANIFEST                  |  2 ++
 lib/PublicInbox/Config.pm |  2 +-
 lib/PublicInbox/Reply.pm  | 84 +++++++++++++++++++++++++++++++++++++++++++++++
 lib/PublicInbox/View.pm   | 50 +++-------------------------
 t/reply.t                 | 67 +++++++++++++++++++++++++++++++++++++
 t/view.t                  | 12 -------
 6 files changed, 158 insertions(+), 59 deletions(-)


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-06-14  0:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-14  0:10 [PATCH 0/3] support per-inbox "replyto" parameter Eric Wong
2017-06-14  0:10 ` [PATCH 1/3] view: split out reply logic into its own module Eric Wong
2017-06-14  0:10 ` [PATCH 2/3] replyto parameter support Eric Wong
2017-06-14  0:10 ` [PATCH 3/3] reply: support Reply-To Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).