X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/2e768e3cc0ce768373d3320eca4cdd08b8cf646a..8bf4e8784aa2a0438ba09b1a0eb9207d3baf6bd9:/uip/anno.c?ds=sidebyside diff --git a/uip/anno.c b/uip/anno.c index cf52021c..d18713ae 100644 --- a/uip/anno.c +++ b/uip/anno.c @@ -240,7 +240,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 */