X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/afee8ed17a56617618fb7f963b111d7cf0fb56e7..64cc8937ff11ffd37736f27ceed5f4ff93161ca7:/uip/scan.c diff --git a/uip/scan.c b/uip/scan.c index 459fcb07..2996a2b5 100644 --- a/uip/scan.c +++ b/uip/scan.c @@ -201,7 +201,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 */