X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/323ebbe5b59cfb2ed01a854ee2baa4539a95336d..28bf8af2f50b353b5702b8c9214d4106f998c638:/uip/scan.c diff --git a/uip/scan.c b/uip/scan.c index e971f553..4e9f6b92 100644 --- a/uip/scan.c +++ b/uip/scan.c @@ -1,6 +1,4 @@ - -/* - * scan.c -- display a one-line "scan" listing of folder or messages +/* scan.c -- display a one-line "scan" listing of folder or messages * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for @@ -266,7 +264,7 @@ main (int argc, char **argv) adios (NULL, "scan() botch (%d)", state); case SCNEOF: - advise (NULL, "message %d: empty", msgnum); + inform("message %d: empty", msgnum); break; } charstring_free (scanl);