]> git.marmaro.de Git - mmh/blobdiff - uip/slocal.c
If rcvpack missed file argument, it prints to stdout; Removed unused code.
[mmh] / uip / slocal.c
index ae71c1b12941984724c5802abcaa64c76d4efffd..6b78c1e6f2dc45ba3b35db7994245a357910f0f6 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;