diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-11-09 16:42:00 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-11-09 16:42:00 +0000 |
commit | 30041d963fb87fee22d9e13dad96e9699d33d4e3 (patch) | |
tree | 97d811736ad0eab32764f7050db98df4a634f401 /fetchmail.h | |
parent | 2b4f2b8e3843c57895b8f7ef96add7430a49e06a (diff) | |
download | fetchmail-30041d963fb87fee22d9e13dad96e9699d33d4e3.tar.gz fetchmail-30041d963fb87fee22d9e13dad96e9699d33d4e3.tar.bz2 fetchmail-30041d963fb87fee22d9e13dad96e9699d33d4e3.zip |
Arrange for command-line set of batchlimit.
svn path=/trunk/; revision=525
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h index 9bdc6e96..6dd5f115 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -138,6 +138,9 @@ extern int nodetach; /* if TRUE, don't detach daemon process */ 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 cmd_batchlimit; /* if --batchlimit was set */ + +/* these get computed */ extern int batchlimit; /* if --batchlimit was set */ extern int batchcount; /* count of messages sent in current batch */ |