aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2000-11-04 23:23:04 +0000
committerEric S. Raymond <esr@thyrsus.com>2000-11-04 23:23:04 +0000
commit28a9baeb83858fdb6ed6e9a31615172d7a8c6c58 (patch)
treec4980b94ec224eb5248f83f6b1b59d226379cc9a /conf.c
parent8e4400dd9871f9043819b3fe50326ab47af96cfc (diff)
downloadfetchmail-28a9baeb83858fdb6ed6e9a31615172d7a8c6c58.tar.gz
fetchmail-28a9baeb83858fdb6ed6e9a31615172d7a8c6c58.tar.bz2
fetchmail-28a9baeb83858fdb6ed6e9a31615172d7a8c6c58.zip
Added --showdots option by Thomas Jarosch <tomj@gmx.de>
svn path=/trunk/; revision=2981
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.c b/conf.c
index 7ac6fb66..19f8346a 100644
--- a/conf.c
+++ b/conf.c
@@ -194,6 +194,7 @@ void dump_config(struct runctl *runp, struct query *querylist)
booldump("bouncemail", runp->bouncemail);
stringdump("properties", runp->properties);
booldump("invisible", runp->invisible);
+ booldump("showdots", runp->showdots);
booldump("syslog", runp->use_syslog);
if (!querylist)