about summary refs log tree commit homepage
path: root/lib/PublicInbox/ExtMsg.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-07-05 22:39:54 +0000
committerEric Wong <e@80x24.org>2016-07-06 07:12:45 +0000
commitc952a7208d9941495a9efbe83d0e4af866f05a64 (patch)
tree0a6e3fcb6d2baf248021eb8202fed70f14c7662c /lib/PublicInbox/ExtMsg.pm
parent2fb6b0150b8a8fc49385d21d7fd1f8a1deff5ebf (diff)
downloadpublic-inbox-c952a7208d9941495a9efbe83d0e4af866f05a64.tar.gz
Exposing compressed Message-IDs in URLs was a mistake,
remove a remnant of it.
Diffstat (limited to 'lib/PublicInbox/ExtMsg.pm')
-rw-r--r--lib/PublicInbox/ExtMsg.pm2
1 files changed, 1 insertions, 1 deletions
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 &lt;$html&gt; not found";