about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-06-14 00:10:53 +0000
committerEric Wong <e@80x24.org>2017-06-15 23:13:00 +0000
commit61196e5b0645eb58b415b4c679fc36ecf602ad16 (patch)
treeddee707b34491d7f46f94acdbefd98e93e3d2820 /lib
parentef3ca9b80fcb464d851c2f8d87f3f02f4f70986d (diff)
downloadpublic-inbox-61196e5b0645eb58b415b4c679fc36ecf602ad16.tar.gz
Reply-To is common and probably should've been supported,
since day one, but we won't omit other addresses, either.
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/Reply.pm2
1 files changed, 1 insertions, 1 deletions
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 {