X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0a032eea07f6d77ac6ea4d5a39c9491c34358058..56224eac0c7aa1912b4e0de4fe38b664888f0f2b:/uip/mhl.c diff --git a/uip/mhl.c b/uip/mhl.c index 6eaabf17..35543815 100644 --- a/uip/mhl.c +++ b/uip/mhl.c @@ -1,5 +1,4 @@ -/* - * 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 @@ -7,12 +6,14 @@ */ #include +#include "h/done.h" +#include 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;