From e0ca7a370a20acf2732cbe4cd0e93d1751fb5366 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 27 Nov 1996 17:34:00 +0000 Subject: Added the wildcard option. svn path=/trunk/; revision=575 --- fetchmail.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index 0a464906..a8fe30c2 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -771,11 +771,15 @@ void dump_params (struct query *ctl) count, (count == 1 && !strcmp(ctl->localnames->id, user)) ? " (by default)" : ""); if (outlevel == O_VERBOSE) + { for (idp = ctl->localnames; idp; idp = idp->next) if (idp->val.id2) fprintf(stderr, "\t%s -> %s\n", idp->id, idp->val.id2); else fprintf(stderr, "\t%s\n", idp->id); + if (ctl->wildcard) + fputs("*\n", stderr); + } } if (ctl->protocol > P_POP2) -- cgit v1.2.3