]> diplodocus.org Git - nmh/blobdiff - uip/packf.c
Finished replacing mh_strcasecmp() with strcasecmp(). Removed
[nmh] / uip / packf.c
index 53e696afb78f69233a72311b9e1cf8f6c5ee84b8..d82ef78264d6c21c8316c06df240683845ec27d8 100644 (file)
@@ -138,7 +138,7 @@ main (int argc, char **argv)
        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 */