X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/61e09274bb3338efbd9c50f797751853c99dba3b..14eeb3d238efe97034bf544ca42d8286eeceff84:/uip/anno.c 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 */