aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-12-18 05:06:19 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-12-18 05:06:19 +0000
commit54f81620fae6f46c55a930a348008e11c75b4f88 (patch)
tree6f57ff815374547642a609c4f8efa208749cbe2f /fetchmail.h
parent2f1b2a582eda2b8993771bfece902f696c4dd9c4 (diff)
downloadfetchmail-54f81620fae6f46c55a930a348008e11c75b4f88.tar.gz
fetchmail-54f81620fae6f46c55a930a348008e11c75b4f88.tar.bz2
fetchmail-54f81620fae6f46c55a930a348008e11c75b4f88.zip
Added `fetchlimit'.
svn path=/trunk/; revision=657
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 36282fff..5fa4053a 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -84,6 +84,7 @@ struct query
int flush;
int norewrite;
int limit;
+ int fetchlimit;
/* unseen, previous state of mailbox (initially from .fetchids) */
struct idlist *oldsaved, *newsaved;