]> git.marmaro.de Git - mmh/blobdiff - uip/mhshow.c
Inverted the second arg of seq_setunseen(), to be more natural.
[mmh] / uip / mhshow.c
index 07a05a9bfa62047905d3907df2acb14a783d0ce5..a090e2e08d64a7ea40ddb4489c6bc69af5f5067a 100644 (file)
@@ -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))))