]> diplodocus.org Git - nmh/blobdiff - uip/dist.c
Fix up a few warnings and problems.
[nmh] / uip / dist.c
index 3d247181b5c9c50f03faefc9ef7f6a768407f461..d3ceaec25a480e4cf591570a0b8b9b086198892b 100644 (file)
@@ -281,7 +281,7 @@ try_it_again:
            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 */