]> Sergey Matveev's repositories - public-inbox.git/commitdiff
wwwtext: show listid config directive(s)
authorEric Wong <e@80x24.org>
Tue, 15 Oct 2019 06:39:07 +0000 (06:39 +0000)
committerEric Wong <e@80x24.org>
Tue, 15 Oct 2019 20:32:25 +0000 (20:32 +0000)
We want to share this piece for potential mirror-ers just
like watchheader.

lib/PublicInbox/WwwText.pm

index 491f7e63da209bceebf1d7c4b15d00a7c8583b30..bcda665c75b9572c029b86b9a829db09e27834fa 100644 (file)
@@ -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;
        }