]> Sergey Matveev's repositories - public-inbox.git/commitdiff
No non-actual reply information
authorSergey Matveev <stargrave@stargrave.org>
Fri, 29 Jul 2022 10:35:06 +0000 (13:35 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 17 Feb 2023 09:33:13 +0000 (12:33 +0300)
My maillists are under mlmmj control.

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';