X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhstore.c;h=971ee7ef0d259175fa9ea43dd00f1cd2e86aa012;hp=47b7c025075ffff66a6cdf4e98ae6471c71cdaf5;hb=93fa896ceb5fbebe2f1f6e6e36419a13f8ffd99f;hpb=6e4f8128fe078a3e54f5c92d27c31acc7b8f9fd8 diff --git a/uip/mhstore.c b/uip/mhstore.c index 47b7c02..971ee7e 100644 --- a/uip/mhstore.c +++ b/uip/mhstore.c @@ -292,7 +292,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;