]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/View.pm
No non-actual reply information
[public-inbox.git] / lib / PublicInbox / View.pm
index e5f748f700773b1807bb76aa9aec1716510b7a66..77b92653b739d6b51262aa3716149c32c8678d42 100644 (file)
@@ -86,6 +86,7 @@ sub msg_page {
 
 # /$INBOX/$MESSAGE_ID/#R
 sub msg_reply ($$) {
+       return "";
        my ($ctx, $hdr) = @_;
        my $se_url =
         'https://kernel.org/pub/software/scm/git/docs/git-send-email.html';