]> diplodocus.org Git - nmh/blobdiff - uip/repl.c
Fixed removal of <> in test-dist and test-rcvdist.
[nmh] / uip / repl.c
index e8d64907cdb63bea01eb583524cc69545bdff2ee..840b762069beed0a145b2948b053e3875f9dfd07 100644 (file)
@@ -386,7 +386,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 */