diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-09-17 13:17:42 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-09-17 13:17:42 +0000 |
commit | 33ee981f7123102a4686b4438abfcee3efe144ab (patch) | |
tree | 5850029d6dafde210390f55b8b6a6287ddcb5057 /fetchmail.h | |
parent | 913ec33bcfc57b9ffeb9dbfa4c548d30fd4f3c60 (diff) | |
download | fetchmail-33ee981f7123102a4686b4438abfcee3efe144ab.tar.gz fetchmail-33ee981f7123102a4686b4438abfcee3efe144ab.tar.bz2 fetchmail-33ee981f7123102a4686b4438abfcee3efe144ab.zip |
Merge Sunil Shetye's --limitflush patch.
svn path=/trunk/; revision=4289
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 */ |