X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/2e768e3cc0ce768373d3320eca4cdd08b8cf646a..5864389bd6a997e8d804b7d92d1ef94101c5cfbc:/uip/mhshow.c diff --git a/uip/mhshow.c b/uip/mhshow.c index f5666b07..76a0d022 100644 --- a/uip/mhshow.c +++ b/uip/mhshow.c @@ -336,7 +336,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 */