X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/6fc2909634fb431c65ecfa8b6db4f6519f99b389..394a751fd883d2bbfc769fed7e254e008a2ef45e:/uip/mhl.c diff --git a/uip/mhl.c b/uip/mhl.c index e945f322..c3b12e51 100644 --- a/uip/mhl.c +++ b/uip/mhl.c @@ -1,19 +1,19 @@ - -/* - * mhl.c -- the nmh message listing program +/* mhl.c -- the nmh message listing program * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for * complete copyright information. */ -#include +#include "h/mh.h" +#include "h/done.h" +#include "h/utils.h" int main (int argc, char **argv) { - if (nmh_init(argv[0], 2)) { return 1; } + if (nmh_init(argv[0], true, false)) { return 1; } done (mhl (argc, argv)); return 1;