X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/ebd71fa45bb0538e65e3106de57a04ae6c70abae..4dff00a2d1a9e0b1e301c3015d8f7bdf87e2e37a:/uip/mhfixmsg.c?ds=sidebyside diff --git a/uip/mhfixmsg.c b/uip/mhfixmsg.c index 65e602f1..150600a8 100644 --- a/uip/mhfixmsg.c +++ b/uip/mhfixmsg.c @@ -325,7 +325,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); /* check for empty folder */