From 3c9b31ad837bed8e9c556107f77b5ad96be1a4d1 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 5 Apr 1997 19:22:46 +0000 Subject: Option changes. svn path=/trunk/; revision=953 --- options.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'options.c') diff --git a/options.c b/options.c index 13df2277..dc193564 100644 --- a/options.c +++ b/options.c @@ -301,18 +301,6 @@ struct query *ctl; /* option record to be initialized */ } } - if (check_only && poll_interval) - { - fputs("The --check and --daemon options aren't compatible.\n", stderr); - return(-1); - } - - if ((poll_interval == 0 || nodetach) && use_syslog) - { - fputs("The --syslog option is only valid when running detached.\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