X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fslocal.c;h=6b78c1e6f2dc45ba3b35db7994245a357910f0f6;hp=0ef54c6f9b73d6985834d7a9b1dae4a1267fa45e;hb=ef1216bc36bd48ceb7549ae76aa7c26e3be4d9e4;hpb=ecd6d6a20cb7a1507e3a20d6c4cb3a1cf14c6bbf diff --git a/uip/slocal.c b/uip/slocal.c index 0ef54c6..6b78c1e 100644 --- a/uip/slocal.c +++ b/uip/slocal.c @@ -9,7 +9,7 @@ /* ** Under sendmail, users should add the line ** -** "| /usr/local/nmh/lib/slocal" +** "| /usr/local/mmh/bin/slocal" ** ** to their $HOME/.forward file. ** @@ -25,7 +25,6 @@ #include #include #include -#include #include #include @@ -1044,7 +1043,7 @@ usr_file(int fd, char *mailbox) lseek(fd, (off_t) 0, SEEK_SET); /* append message to file */ - if (mbx_copy(mailbox, md, fd, verbose) == -1) { + if (mbx_copy(md, fd) == -1) { if (verbose) adorn("", "error writing to:"); return -1;