X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/2e768e3cc0ce768373d3320eca4cdd08b8cf646a..d2a07ad8fcc5d1afe2faeda4744e66735deedd71:/uip/mhlist.c diff --git a/uip/mhlist.c b/uip/mhlist.c index 6ab50e39..38060739 100644 --- a/uip/mhlist.c +++ b/uip/mhlist.c @@ -278,7 +278,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, 0))) adios (NULL, "unable to read folder %s", folder); /* check for empty folder */