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 /fetchmail.h | |
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 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h index b3868592..c75d07b0 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -412,6 +412,7 @@ extern flag peek_capable; /* can we read msgs without setting seen? */ extern struct runctl run; /* global controls for this run */ extern flag nodetach; /* if TRUE, don't detach daemon process */ extern flag quitmode; /* if --quit was set */ +extern int quitind; /* optind after position of last --quit option */ extern flag check_only; /* if --check was set */ extern char *rcfile; /* path name of rc file */ extern int linelimit; /* limit # lines retrieved per site */ |