diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-09-21 08:43:37 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-09-21 08:43:37 +0000 |
commit | 2bc457aff6736542213099798051cddb99980f83 (patch) | |
tree | 1d51be0ba6079abd985113d2f05ab8f2d31e54b3 /fetchmail.h | |
parent | a8d1ade70d438ec53966338ce2355c38c7991ab1 (diff) | |
download | fetchmail-2bc457aff6736542213099798051cddb99980f83.tar.gz fetchmail-2bc457aff6736542213099798051cddb99980f83.tar.bz2 fetchmail-2bc457aff6736542213099798051cddb99980f83.zip |
Expunge between IMAP folders when polling multiple folders. Sunil Shetye.
Fix IMAP expunged message counting. Sunil Shetye.
svn path=/trunk/; revision=4301
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h index fe65c336..bd992827 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -221,6 +221,8 @@ struct method /* describe methods for protocol state machine */ /* delete method */ int (*mark_seen)(int, struct query *, int); /* mark as seen method */ + int (*end_mailbox_poll)(int, struct query *); + /* end-of-mailbox processing */ int (*logout_cmd)(int, struct query *); /* logout command */ flag retry; /* can getrange poll for new messages? */ |