]> diplodocus.org Git - nmh/blobdiff - uip/rmf.c
fix bug where inc crashed on failing to reopen the terminal
[nmh] / uip / rmf.c
index 2909196abe5d41e9a46ec3e2ad35e9ce73c057bf..5fe47084b70d139763f2aac5fb933a497b02a73c 100644 (file)
--- a/uip/rmf.c
+++ b/uip/rmf.c
@@ -223,10 +223,6 @@ rma (char *folder)
     register char *cp;
     register struct node *np, *pp;
 
-    /* sanity check - check that context has been read */
-    if (defpath == NULL)
-       adios (NULL, "oops, context hasn't been read yet");
-
     alen = strlen ("atr-");
     plen = strlen (cp = m_mailpath (folder)) + 1;