From 6b0fed3b03263ba252d80bac4fb944d8ac826cbc Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 7 Nov 2020 10:56:51 +0000 Subject: extsearch: rename -eindex to -extindex Upon "eindex" rhymes with "reindex", which could be confusing; so name the command and config prefix to use "extindex" which is hopefully less confusing. --- lib/PublicInbox/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/PublicInbox/Config.pm b/lib/PublicInbox/Config.pm index d425cc9b..d2010f7a 100644 --- a/lib/PublicInbox/Config.pm +++ b/lib/PublicInbox/Config.pm @@ -91,7 +91,7 @@ sub lookup_name ($$) { sub lookup_ei { my ($self, $name) = @_; - $self->{-ei_by_name}->{$name} //= _fill_ei($self, "eindex.$name"); + $self->{-ei_by_name}->{$name} //= _fill_ei($self, "extindex.$name"); } sub each_inbox { -- cgit v1.2.3-24-ge0c7