X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/de4636bb664106d9932ae7acb517e471b848f1f3..2d8a2d23b4c17ffb277d008f4e011fcc2bb2fa7e:/uip/mhpath.c 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); /*