X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/49c748c77f3c9b9ea024c4eb5d1d83855d7e7201..a1067dea91a4cb3fc71b0b33271d2c7c9c8a2d7a:/uip/refile.c?ds=sidebyside diff --git a/uip/refile.c b/uip/refile.c index 54b6e5f8..8dd04fb9 100644 --- a/uip/refile.c +++ b/uip/refile.c @@ -195,7 +195,7 @@ main (int argc, char **argv) adios (maildir, "unable to change directory to"); /* read source 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 */ @@ -282,7 +282,7 @@ opnfolds (struct st_fold *folders, int nfolders) if (chdir (nmaildir) == NOTOK) adios (nmaildir, "unable to change directory to"); - if (!(mp = folder_read (fp->f_name))) + if (!(mp = folder_read (fp->f_name, 1))) adios (NULL, "unable to read folder %s", fp->f_name); mp->curmsg = 0;