X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Finc.c;h=2fbb9b654e1e791c5f359ad768bf49846a5d3697;hb=264f6e648f566f8efaa0188fb6a9e4908329d6d6;hp=be6be22a0d37a78f2d3e9a4727b5c2903847a2c3;hpb=d4f5f9d551c05931478fcdfb5cd4ac06b419eeda;p=mmh diff --git a/uip/inc.c b/uip/inc.c index be6be22..2fbb9b6 100644 --- a/uip/inc.c +++ b/uip/inc.c @@ -64,6 +64,7 @@ static struct swit switches[] = { { "version", 0 }, #define HELPSW 12 { "help", 0 }, + { NULL, 0 }, }; /* @@ -337,7 +338,7 @@ main(int argc, char **argv) chmod(audfile, m_gmprot()); fprintf(aud, from ? "<> %s -ms %s\n" : "<> %s\n", - dtimenow(0), from); + dtimenow(), from); } #ifdef MHE @@ -365,7 +366,7 @@ main(int argc, char **argv) /* ** Get the mail from file (usually mail spool) */ - m_unknown(in); /* the MAGIC invocation... */ + thisisanmbox(in); hghnum = msgnum = mp->hghmsg; for (;;) { /* @@ -437,6 +438,7 @@ main(int argc, char **argv) */ break; } + free(maildir_copy); if (incerr < 0) { /* error */ if (locked) {