]> diplodocus.org Git - nmh/blobdiff - sbr/m_draft.c
Move clsfolds() before the call to context_save(); that is required
[nmh] / sbr / m_draft.c
index e47918693c1b334afa67036d57cccb683a8107fe..9d28606c7c99cc42ba942724adff5cda0ea32200 100644 (file)
@@ -9,7 +9,6 @@
 
 #include <h/mh.h>
 #include <h/utils.h>
-#include <errno.h>
 
 
 char *
@@ -38,7 +37,7 @@ m_draft (char *folder, char *msg, int use, int *isdf)
     if (chdir (buffer) == -1)
        adios (buffer, "unable to change directory to");
 
-    if (!(mp = folder_read (folder)))
+    if (!(mp = folder_read (folder, 1)))
        adios (NULL, "unable to read folder %s", folder);
 
     /*