From 2bc457aff6736542213099798051cddb99980f83 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 21 Sep 2005 08:43:37 +0000 Subject: Expunge between IMAP folders when polling multiple folders. Sunil Shetye. Fix IMAP expunged message counting. Sunil Shetye. svn path=/trunk/; revision=4301 --- fetchmail.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fetchmail.h') 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? */ -- cgit v1.2.3