lib/PublicInbox/View.pm | 36 ++++++++++++++++++++++-------------- diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm index 27dd15541a34eed0e4b9c0bd6eaf45f5c8013274..9d48dfcb829321154816281ac7655e35c49155d4 100644 --- a/lib/PublicInbox/View.pm +++ b/lib/PublicInbox/View.pm @@ -54,21 +54,29 @@ 'https://kernel.org/pub/software/scm/git/docs/git-send-email.html'; my ($arg, $link) = mailto_arg_link($hdr); push @$arg, '/path/to/YOUR_REPLY'; + $arg = join(" \\\n ", '', @$arg); + <You may reply publically to this message via +plain-text email using any one of the following methods: - "". - "You may reply publically to this message via\n". - "plain-text email using any one of the following methods:\n\n" . - "* Save the following mbox file, import it into your mail client,\n" . - " and reply-to-all from there: mbox\n\n" . - "* Reply to all the recipients using the --to, --cc,\n" . - " and --in-reply-to switches of git-send-email(1):\n\n" . - " git send-email \\\n " . - join(" \\\n ", @$arg ). "\n\n" . - qq( $se_url\n\n) . - "* If your mail client supports setting the In-Reply-To" . - " header\n via mailto: links, try the " . - qq(mailto: link\n) . - ''; +* Save the following mbox file, import it into your mail client, + and reply-to-all from there: mbox + +* Reply to all the recipients using the --to, --cc, + and --in-reply-to switches of git-send-email(1): + + git send-email$arg + + $se_url + +* If your mail client supports setting the In-Reply-To header + via mailto: links, try the mailto: link +EOF } sub in_reply_to {