about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-06-07 08:15:50 +0000
committerEric Wong <e@80x24.org>2016-06-07 08:15:50 +0000
commite2adc947edc895da70a3a86ff6e9e13e5693be13 (patch)
tree209ac023ac6ed40bf790c50201877be6ab85d23e /lib
parent9785032e18c97504fb5f83ed7d1a3585437e9ec9 (diff)
downloadpublic-inbox-e2adc947edc895da70a3a86ff6e9e13e5693be13.tar.gz
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.
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/View.pm4
1 files 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';
 
         "<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" .