X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/2e768e3cc0ce768373d3320eca4cdd08b8cf646a..17b9beb40640e8731143f61e3b94756f3e77d20c:/uip/mhtest.c diff --git a/uip/mhtest.c b/uip/mhtest.c index cf7f8642..aa6d8e43 100644 --- a/uip/mhtest.c +++ b/uip/mhtest.c @@ -270,7 +270,7 @@ do_cache: 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 */