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=ham 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 6B89C20401 for ; Fri, 23 Jun 2017 09:54:12 +0000 (UTC) Date: Fri, 23 Jun 2017 09:54:12 +0000 From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 4/1] view: add newline before mailto: instructions in reply Message-ID: <20170623095412.GA9767@dcvr> References: <20170623023402.3638-1-e@80x24.org> <20170623023433.GA4155@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170623023433.GA4155@dcvr> List-Id: This is necessary to retain consistent spacing around bullet points. Fixes: 666844ae42b5b17f ("reply: handle address obfuscation :<") --- lib/PublicInbox/View.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm index 1e2bcd5..388207c 100644 --- a/lib/PublicInbox/View.pm +++ b/lib/PublicInbox/View.pm @@ -65,6 +65,7 @@ sub msg_reply { # mailto: link only works if address obfuscation is disabled if ($link) { $link = <In-Reply-To header via mailto: links, try the mailto: link -- EW