From c5d3dc3122323bda426de9251fcbdb2561570c42 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 28 Dec 2018 00:22:12 +0000 Subject: reply: allow ":none=$REASON" in "replyto" config This can be useful for configuring archives of lists which are no longer active. --- lib/PublicInbox/View.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/PublicInbox/View.pm') diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm index eb002aeb..86acd824 100644 --- a/lib/PublicInbox/View.pm +++ b/lib/PublicInbox/View.pm @@ -119,6 +119,9 @@ sub msg_reply { my ($arg, $link, $reply_to_all) = PublicInbox::Reply::mailto_arg_link($ibx, $hdr); + if (ref($arg) eq 'SCALAR') { + return '
'.ascii_html($$arg).'
'; + } # mailto: link only works if address obfuscation is disabled if ($link) { -- cgit v1.2.3-24-ge0c7