]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/View.pm
reply: allow ":none=$REASON" in "replyto" config
[public-inbox.git] / lib / PublicInbox / View.pm
index eb002aebbb443d919502a6ac9b6e2ac0d0b77593..86acd824cd0d6871d82a164550987288eadedced 100644 (file)
@@ -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) {