From 5bd3f8287149511024b95c01fb4212e60ec6fe13 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 19 Oct 1996 16:31:33 +0000 Subject: Major improvements in --check processing. New-message count is now visible. svn path=/trunk/; revision=353 --- options.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'options.c') diff --git a/options.c b/options.c index 54688561..f6899e11 100644 --- a/options.c +++ b/options.c @@ -228,6 +228,12 @@ struct hostrec *queryctl; /* option record to be initialized */ } } + if (check_only && poll_interval) + { + fputs("The --check and --daemon options aren't compatible.\n", stderr); + return(-1); + } + if (errflag || ocount > 1) { /* squawk if syntax errors were detected */ fputs("usage: fetchmail [options] [server ...]\n", stderr); -- cgit v1.2.3