X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/2e768e3cc0ce768373d3320eca4cdd08b8cf646a..167e542b:/uip/burst.c?ds=inline diff --git a/uip/burst.c b/uip/burst.c index e4792335..34ef10b0 100644 --- a/uip/burst.c +++ b/uip/burst.c @@ -158,7 +158,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 */