X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/faa25111ebcaf678a505149b2c227bc077820ae3..a75b45f604c4e48b0f39be25ce59cd1955e5f9a4:/uip/repl.c?ds=inline diff --git a/uip/repl.c b/uip/repl.c index e8d64907..840b7620 100644 --- a/uip/repl.c +++ b/uip/repl.c @@ -386,7 +386,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 */