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:
parent
e16539c99c
commit
7ef63844b5
|
@ -20,7 +20,7 @@ my @ValidConfVars = ('NNTPServer','NNTPUser','NNTPPass','Sender','ConfigFile',
|
||||||
'PathtoPGPPass','pgpbegin','pgpend','pgptmpf','pgpheader');
|
'PathtoPGPPass','pgpbegin','pgpend','pgptmpf','pgpheader');
|
||||||
|
|
||||||
################################### Defaults ##################################
|
################################### Defaults ##################################
|
||||||
my %Config = (NNTPServer => "localhost",
|
my %Config = (NNTPServer => "",
|
||||||
NNTPUser => "",
|
NNTPUser => "",
|
||||||
NNTPPass => "",
|
NNTPPass => "",
|
||||||
Sender => "",
|
Sender => "",
|
||||||
|
|
Loading…
Reference in a new issue