user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
* [PATCH] view: be sure reply text describes plain-text
@ 2016-06-07  8:17 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2016-06-07  8:17 UTC (permalink / raw)
  To: meta

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 6b6597d..2057fac 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" .

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-06-07  8:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-07  8:17 [PATCH] view: be sure reply text describes plain-text Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).