From 3f2d9e30255824da52bca422d07e97e0859500e2 Mon Sep 17 00:00:00 2001 From: "Eric Wong (Contractor, The Linux Foundation)" Date: Sat, 3 Mar 2018 04:00:09 +0000 Subject: searchidx: support indexing multiple MIDs 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. --- lib/PublicInbox/Search.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/PublicInbox/Search.pm') 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... -- cgit v1.2.3-24-ge0c7