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-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,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 E02E91F4C8; Tue, 15 Oct 2019 20:36:34 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Cc: "Eric W. Biederman" Subject: [PATCH 7/7] wwwtext: show listid config directive(s) Date: Tue, 15 Oct 2019 20:36:33 +0000 Message-Id: <20191015203633.17665-8-e@80x24.org> In-Reply-To: <20191015203633.17665-1-e@80x24.org> References: <20191015203633.17665-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: We want to share this piece for potential mirror-ers just like watchheader. --- lib/PublicInbox/WwwText.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PublicInbox/WwwText.pm b/lib/PublicInbox/WwwText.pm index 491f7e63..bcda665c 100644 --- a/lib/PublicInbox/WwwText.pm +++ b/lib/PublicInbox/WwwText.pm @@ -147,7 +147,7 @@ sub inbox_config ($$$) { [publicinbox "$name"] mainrepo = /path/to/top-level-inbox EOS - for my $k (qw(address)) { + for my $k (qw(address listid)) { defined(my $v = $ibx->{$k}) or next; $$txt .= "\t$k = $_\n" for @$v; }