From 96632889103101100b862089b251450d729b51bc Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 11 Nov 1996 15:02:21 +0000 Subject: Better option dumping. svn path=/trunk/; revision=531 --- fetchmail.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index 763bfa5a..78defa07 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -728,7 +728,9 @@ void dump_params (struct query *ctl) for (idp = ctl->localnames; idp; idp = idp->next) ++count; - printf(" %d local name(s) recognized.\n", count); + printf(" %d local name(s) recognized%s.\n", + count, + (count == 1 && !strcmp(idp->id, user)) ? " (by default)" : ""); if (outlevel == O_VERBOSE) for (idp = ctl->localnames; idp; idp = idp->next) if (idp->val.id2) -- cgit v1.2.3