X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhshow.c;h=6978454e53fb08bad29ee5d5a01988765b1e361b;hb=7af26a5bed6efce10f3e5dd8cd7520420453c4f2;hp=e39bf65af13cbd687aff826d2e9e624124982bf4;hpb=9cf6132a6ea29968131a000bc2fb6860affac45e;p=mmh diff --git a/uip/mhshow.c b/uip/mhshow.c index e39bf65..6978454 100644 --- a/uip/mhshow.c +++ b/uip/mhshow.c @@ -42,6 +42,7 @@ static struct swit switches[] = { { NULL, 0 } }; +char *version=VERSION; /* mhparse.c */ extern char *tmp; /* directory to place temp files */ @@ -300,7 +301,6 @@ main(int argc, char **argv) if (is_selected(mp, msgnum)) set_unseen(mp, msgnum); - seq_setprev(mp); /* set the Previous-Sequence */ seq_setunseen(mp, 0); /* unset unseen seqs for shown msgs */ cts = mh_xcalloc(mp->numsel + 1, sizeof(*cts));