]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Config.pm
watch: introduce watch directive
[public-inbox.git] / lib / PublicInbox / Config.pm
index 4651861d215229fe6e53d5ca7f9886d395d3a2fe..43ffba77395652493d92262dc79d15a82b10c8dd 100644 (file)
@@ -120,7 +120,8 @@ sub _fill {
        my ($self, $pfx) = @_;
        my $rv = {};
 
-       foreach my $k (qw(mainrepo address filter url newsgroup)) {
+       foreach my $k (qw(mainrepo address filter url newsgroup
+                       watch watchheader)) {
                my $v = $self->{"$pfx.$k"};
                $rv->{$k} = $v if defined $v;
        }