X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/41e77b5863b95012777eac3b172b2b339b209fbd..2a4e2f15af1a697152104af8f46f0ba6aab472ff:/uip/rcvstore.c diff --git a/uip/rcvstore.c b/uip/rcvstore.c index 25bb8780..c6cd559e 100644 --- a/uip/rcvstore.c +++ b/uip/rcvstore.c @@ -1,6 +1,4 @@ - -/* - * rcvstore.c -- asynchronously add mail to a folder +/* rcvstore.c -- asynchronously add mail to a folder * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for @@ -175,7 +173,7 @@ main (int argc, char **argv) /* don't add file if it is empty */ if (st.st_size == 0) { (void) m_unlink (tmpfilenam); - advise (NULL, "empty file"); + inform("empty file"); done (0); }