Commit 4213baf1 4213baf193c3748ba5daa717dfa5318ee8599e1a by Alain Magloire

make sure the the body_end = 0 .

1 parent 00049d68
......@@ -346,6 +346,7 @@ mbox_scan0 (mailbox_t mailbox, size_t msgno, size_t *pcount, int do_notif)
mum->mud = mud;
mum->header_from = total - n;
mum->header_from_end = total;
mum->body_end = 0;
lines = 0;
}
else if ((n > 7) && ISSTATUS(buf))
......