If rcvpack missed file argument, it prints to stdout; Removed unused code.
[mmh] / uip / slocal.c
index ae71c1b..6b78c1e 100644 (file)
@@ -1043,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;