about summary refs log tree commit homepage
path: root/lib/PublicInbox/View.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2018-01-29 11:49:56 +0000
committerEric Wong <e@80x24.org>2018-01-29 12:50:09 +0000
commita5302bf56fc9ea87e35803f193f58f2d157ac75f (patch)
tree04e3f2755b6b72710a3819143764ae1a8aa7d2c4 /lib/PublicInbox/View.pm
parent5a2891dc8a0270af2e5cca0964bb862556b61d20 (diff)
downloadpublic-inbox-a5302bf56fc9ea87e35803f193f58f2d157ac75f.tar.gz
This makes the wording less confusing when showing archives
for lists where the convention is reply-to-list.
I still hate reply-to-list, but it's still better than no
archives or list at all.
Diffstat (limited to 'lib/PublicInbox/View.pm')
-rw-r--r--lib/PublicInbox/View.pm9
1 files changed, 5 insertions, 4 deletions
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: <a\nhref="$url">$url</a>\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</a> 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: <a
+  and $reply_to_all from there: <a
 href=raw>mbox</a>
 
   Avoid top-posting and favor interleaved quoting:
   <a
 href="$p_url">$p_url</a>
 $info
-* Reply to all the recipients using the <b>--to</b>, <b>--cc</b>,
-  and <b>--in-reply-to</b> switches of git-send-email(1):
+* Reply using the <b>--to</b>, <b>--cc</b>, and <b>--in-reply-to</b>
+  switches of git-send-email(1):
 
   git send-email$arg