diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-10-30 17:54:27 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-10-30 17:54:27 +0000 |
commit | 98ff8ea5f7d45b7beab07d5c7242e2f7dafcd26b (patch) | |
tree | d5b30838278fb5f025b172546074b57d3c546105 /options.c | |
parent | 71afdc215eaa15ffc6e6ec7a60390bd2b66d84e7 (diff) | |
download | fetchmail-98ff8ea5f7d45b7beab07d5c7242e2f7dafcd26b.tar.gz fetchmail-98ff8ea5f7d45b7beab07d5c7242e2f7dafcd26b.tar.bz2 fetchmail-98ff8ea5f7d45b7beab07d5c7242e2f7dafcd26b.zip |
- make fetchmail --silent --quit really silent, Debian Bug #229014 by
Dr. Andreas Krüger.
- cleanup --quit handling again (so that --silent --quit just kills the
existing daemon, rather than continue running), and document it more
clearly.
- Print an error message if multiple "defaults" records are found in the
configuration file.
svn path=/trunk/; revision=4372
Diffstat (limited to 'options.c')
-rw-r--r-- | options.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -267,6 +267,7 @@ struct query *ctl; /* option record to be initialized */ break; case 'q': quitmode = TRUE; + quitind = optind; break; case 'L': rctl->logfile = prependdir (optarg, currentwd); |