From 33ee981f7123102a4686b4438abfcee3efe144ab Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sat, 17 Sep 2005 13:17:42 +0000 Subject: Merge Sunil Shetye's --limitflush patch. svn path=/trunk/; revision=4289 --- fetchmail.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index cefe6666..682dfff4 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -298,6 +298,7 @@ struct query flag keep; /* if TRUE, leave messages undeleted */ flag fetchall; /* if TRUE, fetch all (not just unseen) */ flag flush; /* if TRUE, delete messages already seen */ + flag limitflush; /* if TRUE, delete oversized mails */ flag rewrite; /* if TRUE, canonicalize recipient addresses */ flag stripcr; /* if TRUE, strip CRs in text */ flag forcecr; /* if TRUE, force CRs before LFs in text */ -- cgit v1.2.3