]> diplodocus.org Git - nmh/blobdiff - uip/mhn.c
More replacements of mh_strcasecmp() with strcasecmp().
[nmh] / uip / mhn.c
index a5a7b05ed7f87371b2788cd78ac25a291321757d..ced10f2e709d0a543f08a269b0f790b62f795d8a 100644 (file)
--- a/uip/mhn.c
+++ b/uip/mhn.c
@@ -512,7 +512,7 @@ do_cache:
            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 */