]> diplodocus.org Git - nmh/blobdiff - uip/mark.c
Warn the user if too many sequences exist during sequence initialization.
[nmh] / uip / mark.c
index f99832a2c76847fa64ad7b38aea5909b5d191dd2..cc5a7133b4e36cc4a2406269b5b3a9d4727aaa7a 100644 (file)
@@ -159,7 +159,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);
 
     /* print some general debugging info */