]> Sergey Matveev's repositories - public-inbox.git/commitdiff
view: be sure reply text describes plain-text
authorEric Wong <e@80x24.org>
Tue, 7 Jun 2016 08:15:50 +0000 (08:15 +0000)
committerEric Wong <e@80x24.org>
Tue, 7 Jun 2016 08:15:50 +0000 (08:15 +0000)
While we may end up mirroring lists which allow HTML mail,
encourage plain-text for compatibility since all current
inboxes we host are text-only.

lib/PublicInbox/View.pm

index 6b6597dd0822d6d855fbf36b24ffb9d9f6cd3d28..2057faceccaf7214afd09503bc17445a157a5190 100644 (file)
@@ -44,8 +44,8 @@ sub msg_reply {
        push @$arg, '/path/to/YOUR_REPLY';
 
        "<hr /><pre\nid=R>".
-       "You may reply publically to <a\nhref=#t>this message</a> via email\n".
-       "using any one of the following methods:\n\n" .
+       "You may reply publically to <a\nhref=#t>this message</a> 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: <a\nhref=raw>mbox</a>\n\n" .
        "* Reply to all the recipients using the <b>--to</b>, <b>--cc</b>,\n" .