From 580682dcaae8305ac9ca9c5e1011ef963d86f5d1 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 16 Oct 1998 13:01:06 +0000 Subject: Now we can use --limit with daemon mode. svn path=/trunk/; revision=2091 --- fetchmail.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index d7bd4142..57678a5e 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -193,10 +193,14 @@ struct query flag dropstatus; /* if TRUE, drop Status lines in mail */ flag mimedecode; /* if TRUE, decode MIME-coded headers/coded printable*/ int limit; /* limit size of retrieved messages */ + int warnings; /* size warning interval */ int fetchlimit; /* max # msgs to get in single poll */ int batchlimit; /* max # msgs to pass in single SMTP session */ int expunge; /* max # msgs to pass between expunges */ + /* holds the info on the messages skipped on the mail server */ + struct idlist *skipped; + struct idlist *oldsaved, *newsaved; /* internal use */ -- cgit v1.2.3