mbx_pop.c
set not updated after expunging.
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -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 | } | ... | ... |
-
Please register or sign in to post a comment