X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Finc.c;h=af8180d1c111f08204377ea5e0419cde39807584;hp=1b49a846f0581c0a21bef7441b6c53692b0ea891;hb=4885712264980e6cbc2039f9158027bee9213475;hpb=b8eb926caef0c1031539ccae6443e6d7f37282f5 diff --git a/uip/inc.c b/uip/inc.c index 1b49a84..af8180d 100644 --- a/uip/inc.c +++ b/uip/inc.c @@ -134,8 +134,6 @@ static struct swit switches[] = { { NULL, 0 } }; -extern int errno; - /* * flags for the mail source */ @@ -845,6 +843,8 @@ go_to_it: msgnum++; mp->hghmsg++; mp->nummsg++; + if (mp->lowmsg == 0) mp->lowmsg = 1; + clear_msg_flags (mp, msgnum); set_exists (mp, msgnum); set_unseen (mp, msgnum);