aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/driver.c b/driver.c
index 35ec61a6..88add41c 100644
--- a/driver.c
+++ b/driver.c
@@ -1424,6 +1424,14 @@ is restored."));
send_size_warnings(ctl);
}
}
+
+ /* end-of-mailbox processing before we repoll or switch to another one */
+ if (ctl->server.base_protocol->end_mailbox_poll)
+ {
+ err = (ctl->server.base_protocol->end_mailbox_poll)(mailserver_socket, ctl);
+ if (err)
+ goto cleanUp;
+ }
} while
/*
* Only re-poll if we either had some actual forwards and