]> diplodocus.org Git - nmh/blobdiff - uip/sortm.c
Minor formatting fix for fmttest man page.
[nmh] / uip / sortm.c
index 6e7a74919cf362d7bfd5144a75d48baac291250a..ea6b805ee0bcf9bf8792abbc6fc1ab74ea8be893 100644 (file)
@@ -199,7 +199,7 @@ main (int argc, char **argv)
        adios (maildir, "unable to change directory to");
 
     /* read folder and create message structure */
        adios (maildir, "unable to change directory to");
 
     /* read folder and create message structure */
-    if (!(mp = folder_read (folder)))
+    if (!(mp = folder_read (folder, 1)))
        adios (NULL, "unable to read folder %s", folder);
 
     /* check for empty folder */
        adios (NULL, "unable to read folder %s", folder);
 
     /* check for empty folder */