X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/2e768e3cc0ce768373d3320eca4cdd08b8cf646a..28905f5b294dbf8d5059b1f2b0381d23ccae8ed9:/uip/mhstore.c diff --git a/uip/mhstore.c b/uip/mhstore.c index 1865f14c..ff18533d 100644 --- a/uip/mhstore.c +++ b/uip/mhstore.c @@ -11,8 +11,6 @@ #include #include #include -#include -#include #include #include #include @@ -304,7 +302,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 */