X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/ad1e8ec3d33e9d41ab05fdc17f5074d3afa30e27..4dff00a2d1a9e0b1e301c3015d8f7bdf87e2e37a:/uip/mhstore.c?ds=inline diff --git a/uip/mhstore.c b/uip/mhstore.c index 69c066d1..cd84aeef 100644 --- a/uip/mhstore.c +++ b/uip/mhstore.c @@ -86,7 +86,6 @@ void flush_errors (void); void store_all_messages (CT *); /* mhfree.c */ -void free_content (CT); extern CT *cts; void freects_done (int) NORETURN; @@ -305,7 +304,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, 1))) adios (NULL, "unable to read folder %s", folder); /* check for empty folder */