mhl and mhbuild ignore to long lines
[mmh] / uip / comp.c
index c34ce43..907bbf3 100644 (file)
@@ -31,6 +31,7 @@ static struct swit switches[] = {
        { NULL, 0 }
 };
 
+char *version=VERSION;
 
 int
 main(int argc, char **argv)
@@ -147,7 +148,6 @@ main(int argc, char **argv)
                if (!m_convert(mp, msg)) {
                        exit(EX_SOFTWARE);
                }
-               seq_setprev(mp);  /* set the previous-sequence */
                if (mp->numsel > 1) {
                        adios(EX_USAGE, NULL, "only one message at a time!");
                }