diff --git a/src/drv_maildir.c b/src/drv_maildir.c index e6ce1e4..2688612 100644 --- a/src/drv_maildir.c +++ b/src/drv_maildir.c @@ -763,6 +763,7 @@ maildir_select( store_t *gctx, int create, maildir_cleanup( gctx ); gctx->msgs = 0; + ctx->excs = 0; ctx->uvfd = -1; #ifdef USE_DB ctx->db = 0;