X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/2e768e3cc0ce768373d3320eca4cdd08b8cf646a..17b9beb40640e8731143f61e3b94756f3e77d20c:/uip/send.c diff --git a/uip/send.c b/uip/send.c index 510047a0..8a659222 100644 --- a/uip/send.c +++ b/uip/send.c @@ -350,7 +350,7 @@ main (int argc, char **argv) adios (maildir, "unable to change directory to"); /* read folder and create message structure */ - if (!(mp = folder_read (dfolder))) + if (!(mp = folder_read (dfolder, 1))) adios (NULL, "unable to read folder %s", dfolder); /* check for empty folder */