]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Config.pm
config: allow per-inbox nntpserver
[public-inbox.git] / lib / PublicInbox / Config.pm
index 55019e9f407d1b60f5cb0d3be19867a1d062111e..28b5bdb5f895547909694f4c4916b9d7297f439e 100644 (file)
@@ -136,7 +136,7 @@ sub _fill {
 
        foreach my $k (qw(mainrepo address filter url newsgroup
                        infourl watch watchheader httpbackendmax
-                       feedmax)) {
+                       feedmax nntpserver)) {
                my $v = $self->{"$pfx.$k"};
                $rv->{$k} = $v if defined $v;
        }