]> diplodocus.org Git - nmh/blobdiff - uip/burst.c
Disable assertions by default.
[nmh] / uip / burst.c
index e4792335f4d3f5bd2906cbc16d92efb82591e001..34ef10b024d6e883b3fc6473ad27a49e14e85e1f 100644 (file)
@@ -158,7 +158,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);
 
     /* check for empty folder */