Reset default for NNTPServer to "unset".

Since yapfaq fill fall back to Perl's build-in defaults,
that should be no problem; furthermore user may now
override this setting via .yapfaqrc without changing
the code.

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Thomas Hochstein 2010-04-14 09:11:45 +02:00
parent e16539c99c
commit 7ef63844b5

View file

@ -20,7 +20,7 @@ my @ValidConfVars = ('NNTPServer','NNTPUser','NNTPPass','Sender','ConfigFile',
'PathtoPGPPass','pgpbegin','pgpend','pgptmpf','pgpheader');
################################### Defaults ##################################
my %Config = (NNTPServer => "localhost",
my %Config = (NNTPServer => "",
NNTPUser => "",
NNTPPass => "",
Sender => "",