about summary refs log tree commit homepage
path: root/lib/PublicInbox/LeiXSearch.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-01-31 22:28:22 -1000
committerEric Wong <e@80x24.org>2021-02-01 11:38:16 +0000
commit3d073baacb37dde7706c615e07a970ef44f50d8f (patch)
tree32970f90269b0e95bc7a04322eee3d3e10419a3b /lib/PublicInbox/LeiXSearch.pm
parentf15e81550811c875c24e0cffe05d8400ffa8daf2 (diff)
downloadpublic-inbox-3d073baacb37dde7706c615e07a970ef44f50d8f.tar.gz
We use $smsg->populate here, so ensure it's loaded although
PublicInbox::Search currently loads it.
Diffstat (limited to 'lib/PublicInbox/LeiXSearch.pm')
-rw-r--r--lib/PublicInbox/LeiXSearch.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/PublicInbox/LeiXSearch.pm b/lib/PublicInbox/LeiXSearch.pm
index b4a9b89d..4d390ee4 100644
--- a/lib/PublicInbox/LeiXSearch.pm
+++ b/lib/PublicInbox/LeiXSearch.pm
@@ -16,6 +16,7 @@ use File::Spec ();
 use PublicInbox::Search qw(xap_terms);
 use PublicInbox::Spawn qw(popen_rd spawn which);
 use PublicInbox::MID qw(mids);
+use PublicInbox::Smsg;
 use Fcntl qw(SEEK_SET F_SETFL O_APPEND O_RDWR);
 
 sub new {