diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-07-18 10:11:23 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-07-18 10:11:23 +0000 |
commit | 647234d78a9f9788f86d5f44a281f38b8f8c8571 (patch) | |
tree | ab2a5d2d9f06ed92ef472770db7ee78719ec5b9a /conf.c | |
parent | 4d3566569796182a2540fc13a3e7d1be3498650c (diff) | |
download | fetchmail-647234d78a9f9788f86d5f44a281f38b8f8c8571.tar.gz fetchmail-647234d78a9f9788f86d5f44a281f38b8f8c8571.tar.bz2 fetchmail-647234d78a9f9788f86d5f44a281f38b8f8c8571.zip |
Make tracepolls a server option, as documented. Fixes Debian bug #156094.
svn path=/trunk/; revision=4121
Diffstat (limited to 'conf.c')
-rw-r--r-- | conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -317,7 +317,7 @@ void dump_config(struct runctl *runp, struct query *querylist) stringdump("esmtpname",ctl->server.esmtp_name); if (ctl->server.esmtp_password) stringdump("esmtppassword",ctl->server.esmtp_password); - booldump("tracepolls", ctl->tracepolls); + booldump("tracepolls", ctl->server.tracepolls); indent(0); fputs("'users': ", stdout); |