diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | driver.c | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,7 @@ fetchmail-4.3.2 () * Yet another attempt to fix IMAP-K4. This one, my beta-testers say, works. * Only re-poll on actual dispatches (not just fetches). * kwrohrer's patch for interface option on newer Linux kernels. +* Handle repolling multiple folders correctly. There are 262 people on fetchmail-friends and 54 on fetchmail-announce. @@ -1556,6 +1556,7 @@ const struct method *proto; /* protocol method table */ /* now iterate over each folder selected */ for (idp = ctl->mailboxes; idp; idp = idp->next) { + pass = 0; do { dispatches = 0; ++pass; |