Commit 9544aa12 9544aa1247b5a611ac72e91c50bb95ae417bdb8c by Alain Magloire

mbx_pop.c

set not updated after expunging.
1 parent 030d32df
......@@ -1003,6 +1003,8 @@ mailbox_pop_expunge (mailbox_t mbox)
} /* for */
mpd->func = mpd->id = NULL;
mpd->state = 0;
/* invalidate */
mpd->is_updated = 0;
return 0;
}
......