Removed mts.conf; the maildelivery option went into slocal directly.
[mmh] / uip / rcvpack.c
index fd1c2aa..f0f1bd1 100644 (file)
@@ -36,7 +36,6 @@ main(int argc, char **argv)
        /* read user profile/context */
        context_read();
 
-       mts_init(invo_name);
        arguments = getarguments(invo_name, argc, argv, 1);
        argp = arguments;
 
@@ -78,7 +77,7 @@ main(int argc, char **argv)
                done(RCV_MBX);
 
        /* append the message */
-       if (mbx_copy(file, md, fileno(stdin), NULL, 0) == NOTOK) {
+       if (mbx_copy(file, md, fileno(stdin), 0) == NOTOK) {
                mbx_close(file, md);
                done(RCV_MBX);
        }