Rest of the MMDF-style mail drop support removal.
[mmh] / uip / inc.c
index e3199c0..f000d47 100644 (file)
--- a/uip/inc.c
+++ b/uip/inc.c
@@ -288,7 +288,7 @@ main(int argc, char **argv)
        else if ((newmail = context_find("maildrop")) && *newmail)
                newmail = toabsdir(newmail);
        else {
-               newmail = concat(MAILDIR, "/", MAILFIL, NULL);
+               newmail = concat(mailspool, "/", getusername(), NULL);
        }
        if (stat(newmail, &s1) == NOTOK || s1.st_size == 0)
                adios(NULL, "no mail to incorporate");