remove Previus-Sequence support
[mmh] / uip / sortm.c
index c56a401..740e692 100644 (file)
@@ -191,7 +191,6 @@ main(int argc, char **argv)
        for (msgnum = 0; msgnum < msgs.size; msgnum++)
                if (!m_convert(mp, msgs.msgs[msgnum]))
                        exit(EX_USAGE);
-       seq_setprev(mp);  /* set the previous sequence */
 
        if ((nmsgs = read_hdrs(mp, datesw)) <= 0)
                adios(EX_DATAERR, NULL, "no messages to sort");