X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Finc.c;h=1f03e2b7b6f879c628a86c2859d7645bb2196e50;hp=e3199c048e4355c6028d89a1134ef1c7c5c27517;hb=d3540eaa4251b3a282115a72ed5d1bb39ce74b3f;hpb=3916ab66ad5d183705ac12357621ea8661afd3c0 diff --git a/uip/inc.c b/uip/inc.c index e3199c0..1f03e2b 100644 --- a/uip/inc.c +++ b/uip/inc.c @@ -166,7 +166,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 +287,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");