aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c
index 368a02b2..ddfdb309 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -748,7 +748,7 @@ static int load_params(int argc, char **argv, int optind)
/* merge in wired defaults, do sanity checks and prepare internal fields */
for (ctl = querylist; ctl; ctl = ctl->next)
{
- if (ctl->active && !(implicitmode && ctl->server.skip))
+ if (configdump || (ctl->active && !(implicitmode && ctl->server.skip)))
{
/* merge in defaults */
optmerge(ctl, &def_opts);