X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/ad1e8ec3d33e9d41ab05fdc17f5074d3afa30e27..d2a07ad8fcc5d1afe2faeda4744e66735deedd71:/uip/mhlist.c?ds=sidebyside diff --git a/uip/mhlist.c b/uip/mhlist.c index 161b6c1c..38060739 100644 --- a/uip/mhlist.c +++ b/uip/mhlist.c @@ -86,7 +86,6 @@ void flush_errors (void); void list_all_messages (CT *, int, int, int, int); /* mhfree.c */ -void free_content (CT); extern CT *cts; void freects_done (int) NORETURN; @@ -279,7 +278,7 @@ do_cache: adios (maildir, "unable to change directory to"); /* read folder and create message structure */ - if (!(mp = folder_read (folder))) + if (!(mp = folder_read (folder, 0))) adios (NULL, "unable to read folder %s", folder); /* check for empty folder */