X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0bfb53a23531bea3aaeadcd1a6f6c372eef96612..e7eda725fb69f5fe8ac2e17da308b3952b7fb39a:/uip/mhpath.c?ds=inline diff --git a/uip/mhpath.c b/uip/mhpath.c index ef16bce2..3a0a628b 100644 --- a/uip/mhpath.c +++ b/uip/mhpath.c @@ -91,7 +91,7 @@ main(int argc, char **argv) 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); /*