From e2adc947edc895da70a3a86ff6e9e13e5693be13 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 7 Jun 2016 08:15:50 +0000 Subject: 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. --- lib/PublicInbox/View.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" . -- cgit v1.2.3-24-ge0c7