aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-01-14 23:16:24 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-01-14 23:16:24 +0000
commit06f83ea8b4a9d711aa0e308223c6be2e6ca0b08e (patch)
tree40481fb9f0d52ff5b65e815a840b1ccfb3c2f715 /fetchmail.h
parent70dcc659b0d246e0fd2879d06400c287b8638f42 (diff)
downloadfetchmail-06f83ea8b4a9d711aa0e308223c6be2e6ca0b08e.tar.gz
fetchmail-06f83ea8b4a9d711aa0e308223c6be2e6ca0b08e.tar.bz2
fetchmail-06f83ea8b4a9d711aa0e308223c6be2e6ca0b08e.zip
The batchlimit option is now per user.
svn path=/trunk/; revision=764
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/fetchmail.h b/fetchmail.h
index b7f64fff..bd046783 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -104,6 +104,7 @@ struct query
int norewrite;
int limit;
int fetchlimit;
+ int batchlimit;
/* unseen, previous state of mailbox (initially from .fetchids) */
struct idlist *oldsaved, *newsaved;
@@ -155,11 +156,9 @@ extern char *logfile; /* log file for daemon mode */
extern int use_syslog; /* if --syslog was set */
extern int quitmode; /* if --quit was set */
extern int check_only; /* if --check was set */
-extern int cmd_batchlimit; /* if --batchlimit was set */
extern char *cmd_logfile; /* if --logfile was set */
/* these get computed */
-extern int batchlimit; /* if --batchlimit was set */
extern int batchcount; /* count of messages sent in current batch */
extern int peek_capable; /* can we read msgs without setting seen? */