X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/d54945fa60a6c72e49705cfdd692710720c22392..78eba7b3d617b04b0123db07d714b9d3b41c053e:/uip/mhn.c diff --git a/uip/mhn.c b/uip/mhn.c index a5a7b05e..b2db3070 100644 --- a/uip/mhn.c +++ b/uip/mhn.c @@ -11,8 +11,6 @@ #include #include #include -#include -#include #include #include #include @@ -512,7 +510,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 */