X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Finc.c;h=587bd846df21b930424bd3d934a86545a46222c2;hb=33dc8211a72df0c27fa11220f3b27583cd1c7e49;hp=e3199c048e4355c6028d89a1134ef1c7c5c27517;hpb=3916ab66ad5d183705ac12357621ea8661afd3c0;p=mmh diff --git a/uip/inc.c b/uip/inc.c index e3199c0..587bd84 100644 --- a/uip/inc.c +++ b/uip/inc.c @@ -34,7 +34,6 @@ #include #include #include -#include #include #include @@ -166,7 +165,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; @@ -288,7 +286,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");