]> Sergey Matveev's repositories - public-inbox.git/commitdiff
reply: support Reply-To
authorEric Wong <e@80x24.org>
Wed, 14 Jun 2017 00:10:53 +0000 (00:10 +0000)
committerEric Wong <e@80x24.org>
Thu, 15 Jun 2017 23:13:00 +0000 (23:13 +0000)
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

index 5bbe8f4e7878ea17df34b43fc19f6edd9682769c..13ae052e32641f08b15c351ac82273d35c377377 100644 (file)
@@ -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 {
 my $reply_headers = join('|', @reply_headers);
 
 sub mailto_arg_link {