X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhshow.c;h=a090e2e08d64a7ea40ddb4489c6bc69af5f5067a;hb=a7771fd2e83d64228fb675749fc936151249dbd3;hp=07a05a9bfa62047905d3907df2acb14a783d0ce5;hpb=682962d94b21e120c78a52a8bdcb6aa994330a14;p=mmh diff --git a/uip/mhshow.c b/uip/mhshow.c index 07a05a9..a090e2e 100644 --- a/uip/mhshow.c +++ b/uip/mhshow.c @@ -389,7 +389,7 @@ do_cache: set_unseen(mp, msgnum); seq_setprev(mp); /* set the Previous-Sequence */ - seq_setunseen(mp, 1); /* unset the Unseen-Sequence */ + seq_setunseen(mp, 0); /* unset unseen seqs for shown msgs */ if (!(cts = (CT *) calloc((size_t) (mp->numsel + 1), sizeof(*cts))))