From: Eric Wong Date: Tue, 7 Jun 2016 08:15:50 +0000 (+0000) Subject: view: be sure reply text describes plain-text X-Git-Tag: v1.0.0~462 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=e2adc947edc895da70a3a86ff6e9e13e5693be13 view: be sure reply text describes plain-text 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. --- diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm index 6b6597dd..2057face 100644 --- a/lib/PublicInbox/View.pm +++ b/lib/PublicInbox/View.pm @@ -44,8 +44,8 @@ sub msg_reply { push @$arg, '/path/to/YOUR_REPLY'; "
". - "You may reply publically to this message via email\n". - "using any one of the following methods:\n\n" . + "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" .