]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/WwwText.pm
doc: avoid [<directory>] arg for git-clone(1)
[public-inbox.git] / 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;
        }