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) ...@@ -687,8 +687,6 @@ mbox_scan0 (mailbox_t mailbox, size_t msgno, size_t *pcount, int do_notif)
687 } 687 }
688 else if (ISFROM(buf)) 688 else if (ISFROM(buf))
689 { 689 {
690 char *ss = NULL;
691 if (mum->fhdr[H_FROM]) *ss = 1;
692 FAST_H_FROM(mum, sfield, buf, n); 690 FAST_H_FROM(mum, sfield, buf, n);
693 } 691 }
694 else if (ISIN_REPLY_TO(buf)) 692 else if (ISIN_REPLY_TO(buf))
......