diff options
Diffstat (limited to 'driver.c')
| -rw-r--r-- | driver.c | 8 | 
1 files changed, 8 insertions, 0 deletions
| @@ -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  | 
