typo from a cut and paste.
Showing
1 changed file
with
0 additions
and
2 deletions
... | @@ -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)) | ... | ... |
-
Please register or sign in to post a comment