From 30041d963fb87fee22d9e13dad96e9699d33d4e3 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 9 Nov 1996 16:42:00 +0000 Subject: Arrange for command-line set of batchlimit. svn path=/trunk/; revision=525 --- fetchmail.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fetchmail.h') 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 */ -- cgit v1.2.3