]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Config.pm
www: support listing of inboxes
[public-inbox.git] / lib / PublicInbox / Config.pm
index 631c7880f331de489ea654e22825fa4e86be5819..09f9179b085a4dd90aed20e0d8b277ede66cc870 100644 (file)
@@ -389,7 +389,7 @@ sub _fill {
        }
        # TODO: more arrays, we should support multi-value for
        # more things to encourage decentralization
-       foreach my $k (qw(address altid nntpmirror coderepo)) {
+       foreach my $k (qw(address altid nntpmirror coderepo hide)) {
                if (defined(my $v = $self->{"$pfx.$k"})) {
                        $ibx->{$k} = _array($v);
                }