]> diplodocus.org Git - nmh/blobdiff - uip/mhlist.c
Document changes regarding increased per-folder sequence limits.
[nmh] / uip / mhlist.c
index 161b6c1c631a3136a41ee28fd34a3eaee2e4a097..38060739de2d2ed6174817461efeab8f697b7d76 100644 (file)
@@ -86,7 +86,6 @@ void flush_errors (void);
 void list_all_messages (CT *, int, int, int, int);
 
 /* mhfree.c */
 void list_all_messages (CT *, int, int, int, int);
 
 /* mhfree.c */
-void free_content (CT);
 extern CT *cts;
 void freects_done (int) NORETURN;
 
 extern CT *cts;
 void freects_done (int) NORETURN;
 
@@ -279,7 +278,7 @@ do_cache:
            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, 0)))
            adios (NULL, "unable to read folder %s", folder);
 
        /* check for empty folder */
            adios (NULL, "unable to read folder %s", folder);
 
        /* check for empty folder */