]> diplodocus.org Git - nmh/blobdiff - uip/mhtest.c
Support for sequence file locking in inc(1).
[nmh] / uip / mhtest.c
index 44cc3b23b7930aa4f370000723da8213bf88435d..aa6d8e43568206496f6db9e5a603f82bc8c1709e 100644 (file)
@@ -83,7 +83,6 @@ int type_ok (CT, int);
 void flush_errors (void);
 
 /* mhfree.c */
-void free_content (CT);
 extern CT *cts;
 void freects_done (int) NORETURN;
 
@@ -271,7 +270,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 */