about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-01-07 01:44:49 +0000
committerEric Wong <e@80x24.org>2017-01-07 01:45:44 +0000
commitb6de8d4f10aaca3f02707be45b4cd2dc04f48a1f (patch)
treec0a466c61dcf657bcc038caf949a3f3711e5dcc7 /lib
parent37415497e02c3cacdd70060acddc2604342b66e5 (diff)
downloadpublic-inbox-b6de8d4f10aaca3f02707be45b4cd2dc04f48a1f.tar.gz
This allows certain inboxes to override the global nntpserver
(perhaps under a different domain).
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/Config.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/Config.pm b/lib/PublicInbox/Config.pm
index 55019e9f..28b5bdb5 100644
--- a/lib/PublicInbox/Config.pm
+++ b/lib/PublicInbox/Config.pm
@@ -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;
         }