From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=unavailable autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id A4D931FEAA for ; Tue, 7 Jun 2016 08:17:51 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH] view: be sure reply text describes plain-text Date: Tue, 7 Jun 2016 08:17:51 +0000 Message-Id: <20160607081751.29744-1-e@80x24.org> List-Id: 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'; "
". - "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" .