diff options
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fetchmail.c b/fetchmail.c index e21b7b65..7925f38d 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -861,6 +861,10 @@ void dump_params (struct query *ctl) printf(" Messages will be delivered with '%s.'\n", visbuf(ctl->mda)); else printf(" Messages will be SMTP-forwarded to '%s'.\n", visbuf(ctl->smtphost)); + if (ctl->preconnect[0]) + printf(" Server connection will be preinitialized with '%s.'\n", visbuf(ctl->preconnect)); + else if (outlevel == O_VERBOSE) + printf(" No preinitialization command.\n"); if (!ctl->localnames) printf(" No localnames declared for this host.\n"); else |