remove Previus-Sequence support
[mmh] / uip / folder.c
index 3e3cd76..945e4fc 100644 (file)
@@ -64,6 +64,8 @@ static struct swit switches[] = {
        { NULL, 0 }
 };
 
+char *version=VERSION;
+
 static int fshort   = 0;  /* output only folder names */
 static int fcreat   = 0;  /* should we ask to create new folders? */
 static int fpack    = 0;  /* are we packing the folder? */
@@ -613,7 +615,6 @@ sfold(struct msgs *mp, char *msg)
                admonish(NULL, "only one message at a time!");
                return 0;
        }
-       seq_setprev(mp);  /* set the previous-sequence */
        seq_setcur(mp, mp->lowsel);  /* set current message */
        seq_save(mp);  /* synchronize message sequences */
        context_save();  /* save the context file */