about summary refs log tree commit homepage
path: root/public-inbox-mda
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-08-22 11:41:19 +0000
committerEric Wong <e@80x24.org>2015-08-22 11:42:30 +0000
commit4f4264f7ac384b02442bdf7c5cc6e838feb86c93 (patch)
treedb5e66e907d903d7298695fcb41c1b1a5701e6cf /public-inbox-mda
parented872bd8ed6c6a10096b9946614715a03da76485 (diff)
downloadpublic-inbox-4f4264f7ac384b02442bdf7c5cc6e838feb86c93.tar.gz
This makes organization easier and reduces the amount of code
loaded for a PSGI, mod_perl or CGI instance.
Diffstat (limited to 'public-inbox-mda')
-rwxr-xr-xpublic-inbox-mda2
1 files changed, 1 insertions, 1 deletions
diff --git a/public-inbox-mda b/public-inbox-mda
index a3c959ac..630ffcb9 100755
--- a/public-inbox-mda
+++ b/public-inbox-mda
@@ -90,7 +90,7 @@ sub search_index_sync {
         eval {
                 require PublicInbox::Search;
                 umask 0022; # XXX FIXME use git config core.sharedRepository
-                my $s = PublicInbox::Search->new($git_dir, 2);
+                my $s = PublicInbox::SearchIdx->new($git_dir, 2);
                 $s->index_sync;
         };
 }