X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=lib%2FPublicInbox%2FView.pm;h=70e38a6e567957145e530e34c7542d9e0fb8846f;hp=81e83d97738256511a530bc4093bfd2793267eb8;hb=a5302bf56fc9ea87e35803f193f58f2d157ac75f;hpb=5a2891dc8a0270af2e5cca0964bb862556b61d20 diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm index 81e83d97..70e38a6e 100644 --- a/lib/PublicInbox/View.pm +++ b/lib/PublicInbox/View.pm @@ -61,7 +61,8 @@ sub msg_reply { $info = qq(\n List information: $url\n); } - my ($arg, $link) = PublicInbox::Reply::mailto_arg_link($ibx, $hdr); + my ($arg, $link, $reply_to_all) = + PublicInbox::Reply::mailto_arg_link($ibx, $hdr); # mailto: link only works if address obfuscation is disabled if ($link) { @@ -83,15 +84,15 @@ href=#t>this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, - and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: $p_url $info -* Reply to all the recipients using the --to, --cc, - and --in-reply-to switches of git-send-email(1): +* Reply using the --to, --cc, and --in-reply-to + switches of git-send-email(1): git send-email$arg