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) ...@@ -1003,6 +1003,8 @@ mailbox_pop_expunge (mailbox_t mbox)
1003 } /* for */ 1003 } /* for */
1004 mpd->func = mpd->id = NULL; 1004 mpd->func = mpd->id = NULL;
1005 mpd->state = 0; 1005 mpd->state = 0;
1006 /* invalidate */
1007 mpd->is_updated = 0;
1006 1008
1007 return 0; 1009 return 0;
1008 } 1010 }
......