]> diplodocus.org Git - nmh/blobdiff - uip/mhtest.c
Support for sequence file locking in inc(1).
[nmh] / uip / mhtest.c
index cf7f8642419520b91196e71b4a7b5d95cae31ce3..aa6d8e43568206496f6db9e5a603f82bc8c1709e 100644 (file)
@@ -270,7 +270,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, 1)))
            adios (NULL, "unable to read folder %s", folder);
 
        /* check for empty folder */
            adios (NULL, "unable to read folder %s", folder);
 
        /* check for empty folder */