]> diplodocus.org Git - nmh/blobdiff - uip/mhpath.c
Added identifier to each check in test-mhlist to help diagnose
[nmh] / uip / mhpath.c
index ef16bce2025c1b72358e024e81b5ba2884d88799..3a0a628b6f1e522d387885ee0be5803a8cc72e9d 100644 (file)
@@ -91,7 +91,7 @@ main(int argc, char **argv)
        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);
 
     /*