about summary refs log tree commit homepage
path: root/lib/PublicInbox/Search.pm
diff options
context:
space:
mode:
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>2018-03-03 04:00:09 +0000
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>2018-03-03 06:47:14 +0000
commit3f2d9e30255824da52bca422d07e97e0859500e2 (patch)
treeec2eac56c92649b696a5b2ebaa1067867a53c684 /lib/PublicInbox/Search.pm
parent44ff716b116f10ae42372f9f517356000636e571 (diff)
downloadpublic-inbox-3f2d9e30255824da52bca422d07e97e0859500e2.tar.gz
It's possible to have a message handle multiple terms;
so use this feature to ensure messages with multiple MIDs
can be found by either one.
Diffstat (limited to 'lib/PublicInbox/Search.pm')
-rw-r--r--lib/PublicInbox/Search.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/Search.pm b/lib/PublicInbox/Search.pm
index 74f406ad..fb7a126a 100644
--- a/lib/PublicInbox/Search.pm
+++ b/lib/PublicInbox/Search.pm
@@ -373,7 +373,6 @@ sub lookup_mail { # no ghosts!
 
 sub each_smsg_by_mid {
         my ($self, $mid, $cb) = @_;
-        $mid = mid_clean($mid);
         my $xdb = $self->{xdb};
         # XXX retry_reopen isn't necessary for V2Writable, but the PSGI
         # interface will need it...