X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0bfb53a23531bea3aaeadcd1a6f6c372eef96612..1296ac4deb08520a0e67a2b4ffba460b974da35c:/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 */