From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 79C1A2009C for ; Tue, 27 Oct 2020 07:55:00 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 41/52] index: eindex wiring Date: Tue, 27 Oct 2020 07:54:42 +0000 Message-Id: <20201027075453.19163-42-e@80x24.org> In-Reply-To: <20201027075453.19163-1-e@80x24.org> References: <20201027075453.19163-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: This doesn't do anything, yet, but it will once the rest of the eindex stuff works. --- script/public-inbox-index | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/public-inbox-index b/script/public-inbox-index index 5dad6ecb..55e4f641 100755 --- a/script/public-inbox-index +++ b/script/public-inbox-index @@ -11,12 +11,13 @@ use Getopt::Long qw(:config gnu_getopt no_ignore_case auto_abbrev); my $help = <