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(-)
diff --git a/lib/PublicInbox/Reply.pm b/lib/PublicInbox/Reply.pm
index 5bbe8f4..13ae052 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 {
--
EW