X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/2e768e3cc0ce768373d3320eca4cdd08b8cf646a..75b0dbe98e53c962cc00d7487a0a38ed2ff7c105:/uip/sortm.c diff --git a/uip/sortm.c b/uip/sortm.c index 6e7a7491..ea6b805e 100644 --- a/uip/sortm.c +++ b/uip/sortm.c @@ -199,7 +199,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 */