X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fscan.c;h=3a8342083a57c8caacbde92b48d50fccbddbbaba;hp=d6a437297f4bd69621637f9c0348defcea4c388a;hb=28ce2e7139731b7c8c0bdb67b181f34011e74ed7;hpb=bf016a819708d2f84387843e73af51df7e19c621 diff --git a/uip/scan.c b/uip/scan.c index d6a4372..3a83420 100644 --- a/uip/scan.c +++ b/uip/scan.c @@ -126,7 +126,6 @@ main(int argc, char **argv) adios(EX_IOERR, file, "unable to open"); } - thisisanmbox(in); for (msgnum = 1; ; ++msgnum) { state = scan(in, msgnum, SCN_MBOX, fmtstr, width, 0, 0); if (state != SCNMSG)