X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhtest.c;h=71787afc2eacec0fa503d0417c264b96c351a214;hp=d4bf6a6a05b107a4e7e167a42fa520fdffd5ed4a;hb=7af26a5bed6efce10f3e5dd8cd7520420453c4f2;hpb=431604647f89d5aac7b199a7883e98e56e4ccf9e diff --git a/uip/mhtest.c b/uip/mhtest.c index d4bf6a6..71787af 100644 --- a/uip/mhtest.c +++ b/uip/mhtest.c @@ -240,7 +240,6 @@ main(int argc, char **argv) for (msgnum = 0; msgnum < msgs.size; msgnum++) if (!m_convert(mp, msgs.msgs[msgnum])) exit(EX_USAGE); - seq_setprev(mp); /* set the previous-sequence */ cts = mh_xcalloc(mp->numsel + 1, sizeof(*cts)); ctp = cts;