X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Ffolder.c;h=b7cdfe54d132448fed24aa48c50324e1689155c2;hb=refs%2Fheads%2Fmaster;hp=3e3cd760804afa8c0bf37974787eb08fa03f39c0;hpb=9cf6132a6ea29968131a000bc2fb6860affac45e;p=mmh diff --git a/uip/folder.c b/uip/folder.c index 3e3cd76..945e4fc 100644 --- a/uip/folder.c +++ b/uip/folder.c @@ -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 */