Commit 90391067 9039106797d9b058c90cb592f2a94fe39aca4b7b by Alain Magloire

typo from a cut and paste.

1 parent ff2c5385
......@@ -687,8 +687,6 @@ mbox_scan0 (mailbox_t mailbox, size_t msgno, size_t *pcount, int do_notif)
}
else if (ISFROM(buf))
{
char *ss = NULL;
if (mum->fhdr[H_FROM]) *ss = 1;
FAST_H_FROM(mum, sfield, buf, n);
}
else if (ISIN_REPLY_TO(buf))
......