X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/dbbbe1b73d4eba1f4d0d55ccab54f2f7130f395d..ef1ba39e8dae81091b6c3e73e72825ef6edea3c6:/uip/rcvstore.c diff --git a/uip/rcvstore.c b/uip/rcvstore.c index a7d3a9e9..25bb8780 100644 --- a/uip/rcvstore.c +++ b/uip/rcvstore.c @@ -54,7 +54,7 @@ main (int argc, char **argv) struct msgs *mp; struct stat st; - if (nmh_init(argv[0], 1)) { return 1; } + if (nmh_init(argv[0], 2)) { return 1; } done=unlink_done; @@ -189,7 +189,7 @@ main (int argc, char **argv) * Link message into folder, and possibly add * to the Unseen-Sequence's. */ - if ((msgnum = folder_addmsg (&mp, tmpfilenam, 0, unseensw, 0, 0, (char *)0)) == -1) + if ((msgnum = folder_addmsg (&mp, tmpfilenam, 0, unseensw, 0, 0, NULL)) == -1) done (1); /*