X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fburst.c;h=09a60d9f180b0eea1b39e59f8bd11fcfda4c591d;hp=a68420a129b7f1d6b911ffea870ae2d9bc3ca006;hb=93fa896ceb5fbebe2f1f6e6e36419a13f8ffd99f;hpb=9cf6132a6ea29968131a000bc2fb6860affac45e diff --git a/uip/burst.c b/uip/burst.c index a68420a..09a60d9 100644 --- a/uip/burst.c +++ b/uip/burst.c @@ -25,6 +25,8 @@ static struct swit switches[] = { { NULL, 0 } }; +char *version=VERSION; + static char delim3[] = "-------"; struct smsg { @@ -115,7 +117,6 @@ main(int argc, char **argv) for (msgnum = 0; msgnum < msgp; msgnum++) if (!m_convert(mp, msgs[msgnum])) exit(EX_SOFTWARE); - seq_setprev(mp); /* set the previous-sequence */ smsgs = mh_xcalloc(MAXFOLDER + 2, sizeof(*smsgs));