X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/6b4bc4a25eaac2eddd1bef51e3f00c21f98ed32d..351a74de3e5d3cd2048d2ec4444b090c6b7e00ac:/uip/mhtest.c diff --git a/uip/mhtest.c b/uip/mhtest.c index aa6d8e43..abdfdadf 100644 --- a/uip/mhtest.c +++ b/uip/mhtest.c @@ -11,8 +11,6 @@ #include #include #include -#include -#include #include #include #include @@ -44,9 +42,6 @@ DEFINE_SWITCH_ARRAY(MHTEST, switches); #undef X -/* mhparse.c */ -extern char *tmp; /* directory to place temp files */ - /* mhcachesbr.c */ extern int rcachesw; extern int wcachesw; @@ -230,16 +225,6 @@ do_cache: cache_private = ".cache"; cache_private = getcpy (m_maildir (cache_private)); - /* - * 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));