From c952a7208d9941495a9efbe83d0e4af866f05a64 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 5 Jul 2016 22:39:54 +0000 Subject: hval: get rid of unused parameter for new_msgid Exposing compressed Message-IDs in URLs was a mistake, remove a remnant of it. --- lib/PublicInbox/ExtMsg.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/PublicInbox/ExtMsg.pm') diff --git a/lib/PublicInbox/ExtMsg.pm b/lib/PublicInbox/ExtMsg.pm index 73bd4b17..62381e9e 100644 --- a/lib/PublicInbox/ExtMsg.pm +++ b/lib/PublicInbox/ExtMsg.pm @@ -99,7 +99,7 @@ again: } my $code = 404; - my $h = PublicInbox::Hval->new_msgid($mid, 1); + my $h = PublicInbox::Hval->new_msgid($mid); my $href = $h->as_href; my $html = $h->as_html; my $title = "Message-ID <$html> not found"; -- cgit v1.2.3-24-ge0c7