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://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2adc947edc895da70a3a86ff6e9e13e5693be13;p=thirdparty%2Fpublic-inbox.git 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 6b6597dd0..2057facec 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" .