X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/f67e3671c985ad8095dc6fcc8be7ba6dd25cdf63..17b9beb40640e8731143f61e3b94756f3e77d20c:/uip/mark.c diff --git a/uip/mark.c b/uip/mark.c index f99832a2..cc5a7133 100644 --- a/uip/mark.c +++ b/uip/mark.c @@ -159,7 +159,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); /* print some general debugging info */