diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-10-29 17:22:14 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-10-29 17:22:14 +0000 |
commit | 08b1f632cf0613afe37b0af606c12569ab1903a8 (patch) | |
tree | a5f1e9a53151e3bd5991c10a2915e42d77f59f66 /conf.c | |
parent | 5018f7e9ed92db6ec9cab80bb3dec38233ea8550 (diff) | |
download | fetchmail-08b1f632cf0613afe37b0af606c12569ab1903a8.tar.gz fetchmail-08b1f632cf0613afe37b0af606c12569ab1903a8.tar.bz2 fetchmail-08b1f632cf0613afe37b0af606c12569ab1903a8.zip |
Fix properties editing.
svn path=/trunk/; revision=2149
Diffstat (limited to 'conf.c')
-rw-r--r-- | conf.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -310,6 +310,7 @@ void dump_config(struct runctl *runp, struct query *querylist) booldump("mimedecode", ctl->mimedecode); stringdump("mda", ctl->mda); + stringdump("bsmtp", ctl->bsmtp); #ifdef INET6 stringdump("netsec", ctl->netsec); #endif /* INET6 */ |