remove Previus-Sequence support
[mmh] / uip / burst.c
index a68420a..09a60d9 100644 (file)
@@ -25,6 +25,8 @@ static struct swit switches[] = {
        { NULL, 0 }
 };
 
+char *version=VERSION;
+
 static char delim3[] = "-------";
 
 struct smsg {
@@ -115,7 +117,6 @@ main(int argc, char **argv)
        for (msgnum = 0; msgnum < msgp; msgnum++)
                if (!m_convert(mp, msgs[msgnum]))
                        exit(EX_SOFTWARE);
-       seq_setprev(mp);  /* set the previous-sequence */
 
        smsgs = mh_xcalloc(MAXFOLDER + 2, sizeof(*smsgs));