From: Eric Wong Date: Tue, 30 Jan 2018 18:17:47 +0000 (+0000) Subject: view: close
 in reply instructions
X-Git-Tag: v1.0.0~5
X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=76afceda9d7515912c27598d1eb7fda7a9dd94d0

view: close 
 in reply instructions

We leave the mailto: link out when obfuscating address, so
do not stuff the "
" closing tag into it. Instead, keep the closing tag in the same context as the opening one, making it easier to keep track of. --- diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm index 70e38a6e..0de53cb2 100644 --- a/lib/PublicInbox/View.pm +++ b/lib/PublicInbox/View.pm @@ -70,9 +70,10 @@ sub msg_reply { * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
+href="$link">mailto: link EOF } + push @$arg, '/path/to/YOUR_REPLY'; $arg = ascii_html(join(" \\\n ", '', @$arg)); <$se_url -$link +$link EOF }