]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/SearchIdx.pm
thread: remove Mail::Thread dependency
[public-inbox.git] / lib / PublicInbox / SearchIdx.pm
index 23aef9f32e959ea1ee3eb3b95957b2ebfe442a6b..4aac0281304146c39e2eb4d25cf8575c121a84a0 100644 (file)
@@ -4,8 +4,8 @@
 #
 # Indexes mail with Xapian and our (SQLite-based) ::Msgmap for use
 # with the web and NNTP interfaces.  This index maintains thread
-# relationships for use by Mail::Thread.  This writes to the search
-# index.
+# relationships for use by PublicInbox::SearchThread.
+# This writes to the search index.
 package PublicInbox::SearchIdx;
 use strict;
 use warnings;