]> diplodocus.org Git - nmh/blobdiff - uip/mhn.c
Finished replacing mh_strcasecmp() with strcasecmp(). Removed
[nmh] / uip / mhn.c
index 217373992a9b5e2b265160a40512915fe74d60bd..ced10f2e709d0a543f08a269b0f790b62f795d8a 100644 (file)
--- a/uip/mhn.c
+++ b/uip/mhn.c
@@ -147,7 +147,6 @@ void store_all_messages (CT *);
 void cache_all_messages (CT *);
 
 /* mhfree.c */
-void free_content (CT);
 extern CT *cts;
 void freects_done (int) NORETURN;
 
@@ -513,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 */