From: Eric Wong <e@80x24.org>
Date: Wed, 14 Jun 2017 00:10:53 +0000 (+0000)
Subject: reply: support Reply-To
X-Git-Tag: v1.0.0~56
X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=61196e5b0645eb58b415b4c679fc36ecf602ad16;p=public-inbox.git

reply: support Reply-To

Reply-To is common and probably should've been supported,
since day one, but we won't omit other addresses, either.
---

diff --git a/lib/PublicInbox/Reply.pm b/lib/PublicInbox/Reply.pm
index 5bbe8f4e..13ae052e 100644
--- a/lib/PublicInbox/Reply.pm
+++ b/lib/PublicInbox/Reply.pm
@@ -26,7 +26,7 @@ sub add_addrs {
 	}
 }
 
-my @reply_headers = qw(From To Cc);
+my @reply_headers = qw(From To Cc Reply-To);
 my $reply_headers = join('|', @reply_headers);
 
 sub mailto_arg_link {