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 = <<EOF;
+
* If your mail client supports setting the <b>In-Reply-To</b> header
via mailto: links, try the <a
href="$link">mailto: link</a></pre>
--
EW