X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Finc.c;h=f000d4767187fa655a7e15c03ee0778565a6fdd2;hp=e3199c048e4355c6028d89a1134ef1c7c5c27517;hb=684ec30d81e1223a282764452f4902ed4ad1c754;hpb=a0f6183a0f52f9c0f48ce42b4f10592ceec2b014 diff --git a/uip/inc.c b/uip/inc.c index e3199c0..f000d47 100644 --- 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");