about summary refs log tree commit homepage
path: root/lib/PublicInbox/View.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2018-12-28 00:22:12 +0000
committerEric Wong <e@80x24.org>2018-12-28 00:22:12 +0000
commitc5d3dc3122323bda426de9251fcbdb2561570c42 (patch)
treebcfe1589303a2f138e00fd48364eccbfc4ec9e01 /lib/PublicInbox/View.pm
parent8b8c71076e19732e2267d2c899d90513101aaab3 (diff)
downloadpublic-inbox-c5d3dc3122323bda426de9251fcbdb2561570c42.tar.gz
This can be useful for configuring archives of lists which are
no longer active.
Diffstat (limited to 'lib/PublicInbox/View.pm')
-rw-r--r--lib/PublicInbox/View.pm3
1 files changed, 3 insertions, 0 deletions
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 '<pre id=R>'.ascii_html($$arg).'</pre>';
+        }
 
         # mailto: link only works if address obfuscation is disabled
         if ($link) {