diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-04-05 19:22:46 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-04-05 19:22:46 +0000 |
commit | 3c9b31ad837bed8e9c556107f77b5ad96be1a4d1 (patch) | |
tree | 6cb521c63fb08afb265c67e2c02881601b6c7efc /options.c | |
parent | 93025e3732f2b312516ecb059768a3577c9e46f1 (diff) | |
download | fetchmail-3c9b31ad837bed8e9c556107f77b5ad96be1a4d1.tar.gz fetchmail-3c9b31ad837bed8e9c556107f77b5ad96be1a4d1.tar.bz2 fetchmail-3c9b31ad837bed8e9c556107f77b5ad96be1a4d1.zip |
Option changes.
svn path=/trunk/; revision=953
Diffstat (limited to 'options.c')
-rw-r--r-- | options.c | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -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); |