From 7f32cacbd31832e7c2410b24a40aa6e7c8f820bf Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 9 Jan 1997 08:14:53 +0000 Subject: Added localdomains option. svn path=/trunk/; revision=724 --- fetchmail.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index 7925f38d..21ba5841 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -834,6 +834,15 @@ void dump_params (struct query *ctl) printf(" (default).\n"); else printf(".\n"); + if (ctl->localdomains) + { + struct idlist *idp; + + printf(" Local domains:"); + for (idp = ctl->localdomains; idp; idp = idp->next) + printf(" %s", idp->id); + putchar('\n'); + } printf(" %s messages will be retrieved (--all %s).\n", ctl->fetchall ? "All" : "Only new", -- cgit v1.2.3