X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/f67e3671c985ad8095dc6fcc8be7ba6dd25cdf63..6c12ece7d2d2577192bbfcd15ecf607bb4d37bc3:/uip/dist.c diff --git a/uip/dist.c b/uip/dist.c index 3d247181..d3ceaec2 100644 --- a/uip/dist.c +++ b/uip/dist.c @@ -281,7 +281,7 @@ try_it_again: 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 */