X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/2e768e3cc0ce768373d3320eca4cdd08b8cf646a..035c5db34:/uip/forw.c?ds=inline diff --git a/uip/forw.c b/uip/forw.c index 18a4f03b..45fb740f 100644 --- a/uip/forw.c +++ b/uip/forw.c @@ -363,7 +363,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 */