X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/61ccf1dbeea93978803303d2cd43efa5da2cc7d1..a404a36988ef8eb4b640bdd1d3f30298e0ca5182:/uip/mhn.c diff --git a/uip/mhn.c b/uip/mhn.c index f0f7fc53..49c784b9 100644 --- a/uip/mhn.c +++ b/uip/mhn.c @@ -11,7 +11,6 @@ #include #include #include -#include #include #include #include @@ -78,9 +77,6 @@ DEFINE_SWITCH_ARRAY(MHN, switches); #undef X -/* mhparse.c */ -extern char *tmp; /* directory to place temp files */ - /* mhcachesbr.c */ extern int rcachesw; extern int wcachesw; @@ -414,16 +410,6 @@ do_cache: */ cwd = getcpy (pwd()); - /* - * Check for storage directory. If specified, - * then store temporary files there. Else we - * store them in standard nmh directory. - */ - if ((cp = context_find (nmhstorage)) && *cp) - tmp = concat (cp, "/", invo_name, NULL); - else - tmp = add (m_maildir (invo_name), NULL); - if (!context_find ("path")) free (path ("./", TFOLDER));