From 7936b6218ac1f8b7dc258fe5f14875edb2a68fc0 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 29 Jul 2022 13:35:06 +0300 Subject: [PATCH 1/1] No non-actual reply information My maillists are under mlmmj control. --- lib/PublicInbox/View.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm index e5f748f7..77b92653 100644 --- a/lib/PublicInbox/View.pm +++ b/lib/PublicInbox/View.pm @@ -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'; -- 2.44.0