mhl and mhbuild ignore to long lines
[mmh] / uip / repl.c
index 8a40543..438d854 100644 (file)
@@ -60,6 +60,8 @@ static struct swit switches[] = {
        { NULL, 0 }
 };
 
+char *version=VERSION;
+
 static struct swit ccswitches[] = {
 #define CTOSW  0
        { "to", 0 },
@@ -309,7 +311,6 @@ main(int argc, char **argv)
                /* parse the message range/sequence/name and set SELECTED */
                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!");