]> git.marmaro.de Git - mmh/blobdiff - uip/mhstore.c
add some gcc hint defines
[mmh] / uip / mhstore.c
index 596df72853c94155716f6cc9ff15ac815b2f1a1f..971ee7ef0d259175fa9ea43dd00f1cd2e86aa012 100644 (file)
@@ -40,6 +40,7 @@ static struct swit switches[] = {
        { NULL, 0 }
 };
 
        { NULL, 0 }
 };
 
+char *version=VERSION;
 
 /* mhparse.c */
 extern char *tmp;  /* directory to place temp files */
 
 /* mhparse.c */
 extern char *tmp;  /* directory to place temp files */
@@ -291,7 +292,6 @@ main(int argc, char **argv)
                for (msgnum = 0; msgnum < msgs.size; msgnum++)
                        if (!m_convert(mp, msgs.msgs[msgnum]))
                                exit(EX_USAGE);
                for (msgnum = 0; msgnum < msgs.size; msgnum++)
                        if (!m_convert(mp, msgs.msgs[msgnum]))
                                exit(EX_USAGE);
-               seq_setprev(mp);  /* set the previous-sequence */
 
                cts = mh_xcalloc(mp->numsel + 1, sizeof(*cts));
                ctp = cts;
 
                cts = mh_xcalloc(mp->numsel + 1, sizeof(*cts));
                ctp = cts;