aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-10-30 17:54:27 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-10-30 17:54:27 +0000
commit98ff8ea5f7d45b7beab07d5c7242e2f7dafcd26b (patch)
treed5b30838278fb5f025b172546074b57d3c546105 /options.c
parent71afdc215eaa15ffc6e6ec7a60390bd2b66d84e7 (diff)
downloadfetchmail-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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.c b/options.c
index 6bf12164..3e99a1e2 100644
--- a/options.c
+++ b/options.c
@@ -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);