X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhbuild.c;h=bf6f646f3d6ac8d8a5ae5496755274fdb42acfdd;hb=c2360569e1d8d3678e294eb7c1354cb8bf7501c1;hp=50552656712879c46c39b9bc3c490dc7cc33c726;hpb=3d78b9c80a95f4e7885ed607018f9b1b9be559b4;p=mmh diff --git a/uip/mhbuild.c b/uip/mhbuild.c index 5055265..bf6f646 100644 --- a/uip/mhbuild.c +++ b/uip/mhbuild.c @@ -283,7 +283,7 @@ main(int argc, char **argv) /* Check for private cache location */ if (!(cache_private = context_find(nmhprivcache))) cache_private = ".cache"; - cache_private = getcpy(m_maildir(cache_private)); + cache_private = getcpy(toabsdir(cache_private)); /* ** Check for storage directory. If defined, we @@ -293,7 +293,7 @@ main(int argc, char **argv) if ((cp = context_find(nmhstorage)) && *cp) tmp = concat(cp, "/", invo_name, NULL); else - tmp = add(m_maildir(invo_name), NULL); + tmp = getcpy(toabsdir(invo_name)); /* Check if we have a file to process */ if (!compfile)