diff options
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |