aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-10-20 03:42:34 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-10-20 03:42:34 +0000
commit3299270c28441b9d01a24da727eeaa6553c4d7aa (patch)
treeacb7dfb272b49042adc4fcc77a0be66fc47adc0c /conf.c
parent72c64d14268791f79834befe8700a3fd633bd5b9 (diff)
downloadfetchmail-3299270c28441b9d01a24da727eeaa6553c4d7aa.tar.gz
fetchmail-3299270c28441b9d01a24da727eeaa6553c4d7aa.tar.bz2
fetchmail-3299270c28441b9d01a24da727eeaa6553c4d7aa.zip
Added the `properties' option.
svn path=/trunk/; revision=2114
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 0c06b3e9..4a544564 100644
--- a/conf.c
+++ b/conf.c
@@ -322,6 +322,7 @@ void dump_config(struct runctl *runp, struct query *querylist)
numdump("fetchlimit", ctl->fetchlimit);
numdump("batchlimit", ctl->batchlimit);
numdump("expunge", ctl->expunge);
+ stringdump("properties", ctl->properties);
listdump("smtphunt", ctl->smtphunt);
stringdump("smtpaddress", ctl->smtpaddress);