X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Frepl.c;h=438d85441109de03484265181a7a9779dbf62a6c;hp=8a405439acb6b846fc4576fa2e23b6390d7b8a0b;hb=HEAD;hpb=b16c039dc21faa0d68a0ba45eab857895e82439b diff --git a/uip/repl.c b/uip/repl.c index 8a40543..438d854 100644 --- a/uip/repl.c +++ b/uip/repl.c @@ -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!");