From 98ff8ea5f7d45b7beab07d5c7242e2f7dafcd26b Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 30 Oct 2005 17:54:27 +0000 Subject: - 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. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/trunk/; revision=4372 --- options.c | 1 + 1 file changed, 1 insertion(+) (limited to 'options.c') 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); -- cgit v1.2.3