]> diplodocus.org Git - nmh/blobdiff - uip/mhshow.c
Finished replacing mh_strcasecmp() with strcasecmp(). Removed
[nmh] / uip / mhshow.c
index 4cbe411acc459e1e88affad719c7af22a339a4db..76a0d022d959de2f786c94aff95f7a4cbb904d7b 100644 (file)
@@ -99,7 +99,6 @@ void flush_errors (void);
 void show_all_messages (CT *);
 
 /* mhfree.c */
-void free_content (CT);
 extern CT *cts;
 void freects_done (int) NORETURN;
 
@@ -337,7 +336,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 */