]> diplodocus.org Git - nmh/blobdiff - uip/msgchk.c
h/mts.h: Remove unused isdlm{1,2}() macros.
[nmh] / uip / msgchk.c
index eed61cd2d4985ab7b186c2d670995d6adff58742..af25b1e397b7cfec6095bc05f083b76c6b95fe46 100644 (file)
@@ -265,7 +265,7 @@ main (int argc, char **argv)
                if ((pw = getpwnam (vec[vecp])))
                    status += checkmail (pw->pw_name, pw->pw_dir, datesw, notifysw, 0);
                else
-                   advise (NULL, "no such user as %s", vec[vecp]);
+                   inform("no such user as %s", vec[vecp]);
            }
        }
     }          /* host == NULL */
@@ -389,7 +389,7 @@ remotemail (char *host, char *port, char *user, char *proxy, int notifysw,
                  auth_svc) == NOTOK
            || pop_stat (&nmsgs, &nbytes) == NOTOK     /* check for messages  */
            || pop_quit () == NOTOK) {                 /* quit POP connection */
-       advise (NULL, "%s", response);
+       inform("%s", response);
        return 1;
     }