]> diplodocus.org Git - nmh/blobdiff - uip/mhbuildsbr.c
Make sure to mark the sequence file as closed in the msgs struct.
[nmh] / uip / mhbuildsbr.c
index 121978d71e8fc969f93eb16cfc7e0c9c06af0644..5d3679f66b7ee5f90eb04f9d0e52c184b3725924 100644 (file)
@@ -747,7 +747,7 @@ use_forw:
        if (!folder)
            folder = add (getfolder (1), NULL);
 
-       if (!(mp = folder_read (folder)))
+       if (!(mp = folder_read (folder, 0)))
            adios (NULL, "unable to read folder %s", folder);
        for (ap = arguments; *ap; ap++) {
            cp = *ap;