diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-05-25 21:51:46 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-05-25 21:51:46 +0000 |
commit | 18833002bfc8fd6cf439d0098ce52ad9351a613f (patch) | |
tree | 2eb0ccd76b0a396a3ea91b70ab042b793b3fc643 /conf.c | |
parent | 9cda058b0b770f11bed5110771e9d5cc35e47a1a (diff) | |
download | fetchmail-18833002bfc8fd6cf439d0098ce52ad9351a613f.tar.gz fetchmail-18833002bfc8fd6cf439d0098ce52ad9351a613f.tar.bz2 fetchmail-18833002bfc8fd6cf439d0098ce52ad9351a613f.zip |
We can get down to user level and edit now.
svn path=/trunk/; revision=1831
Diffstat (limited to 'conf.c')
-rw-r--r-- | conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -262,7 +262,7 @@ void dump_config(struct runctl *runp, struct query *querylist) numdump("fetchlimit", ctl->fetchlimit); numdump("batchlimit", ctl->batchlimit); numdump("expunge", ctl->expunge); - listdump("smtphost", ctl->smtphunt); + listdump("smtphunt", ctl->smtphunt); stringdump("smtpaddress", ctl->smtpaddress); numdump("antispam", ctl->antispam); listdump("mailboxes", ctl->mailboxes); |