From 61196e5b0645eb58b415b4c679fc36ecf602ad16 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 14 Jun 2017 00:10:53 +0000 Subject: 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. --- lib/PublicInbox/Reply.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 { -- cgit v1.2.3-24-ge0c7