X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/de4636bb664106d9932ae7acb517e471b848f1f3..1296ac4deb08520a0e67a2b4ffba460b974da35c:/uip/repl.c?ds=sidebyside diff --git a/uip/repl.c b/uip/repl.c index b089dbac..840b7620 100644 --- a/uip/repl.c +++ b/uip/repl.c @@ -88,7 +88,7 @@ static struct swit aqrl[] = { { "replace", 0, YESW }, { "list", 0, LISTDSW }, { "refile +folder", 0, REFILSW }, - { NULL, 0 } + { NULL, 0, 0 } }; short ccto = -1; /* global for replsbr */ @@ -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 */