add irc channel to README
[mmh] / uip / mhpath.c
index 0fe638c..df4e140 100644 (file)
@@ -20,6 +20,8 @@ static struct swit switches[] = {
        { NULL, 0 }
 };
 
+char *version=VERSION;
+
 int
 main(int argc, char **argv)
 {
@@ -121,8 +123,6 @@ main(int argc, char **argv)
                }
        }
 
-       seq_setprev(mp);  /* set the previous-sequence */
-
        /* print the path of all selected messages */
        for (i = mp->lowsel; i <= mp->hghsel; i++)
                if (is_selected(mp, i))