diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-11-08 16:44:22 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-11-08 16:44:22 +0000 |
commit | 7b11f0ff9972d8046e69f98948fdab26b5199caf (patch) | |
tree | f21d513af3a323bd531c5a414ead70f63a23a445 /fetchmail.h | |
parent | 7579c3485f8850f8735e970d365486282a2303a3 (diff) | |
download | fetchmail-7b11f0ff9972d8046e69f98948fdab26b5199caf.tar.gz fetchmail-7b11f0ff9972d8046e69f98948fdab26b5199caf.tar.bz2 fetchmail-7b11f0ff9972d8046e69f98948fdab26b5199caf.zip |
Reset batchcount before each poll cycle.
svn path=/trunk/; revision=514
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 49fa1ee1..785d7e17 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -139,6 +139,7 @@ extern char *logfile; /* log file for daemon mode */ extern int quitmode; /* if --quit was set */ extern int check_only; /* if --check was set */ extern int batchlimit; /* if --batchlimit was set */ +extern int batchcount; /* count of messages sent in current batch */ /* miscellaneous global controls */ extern char *rcfile; /* path name of rc file */ |