aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-05-25 21:51:46 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-05-25 21:51:46 +0000
commit18833002bfc8fd6cf439d0098ce52ad9351a613f (patch)
tree2eb0ccd76b0a396a3ea91b70ab042b793b3fc643 /conf.c
parent9cda058b0b770f11bed5110771e9d5cc35e47a1a (diff)
downloadfetchmail-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.c b/conf.c
index 05d3fa37..649cea0f 100644
--- a/conf.c
+++ b/conf.c
@@ -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);