X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/f67e3671c985ad8095dc6fcc8be7ba6dd25cdf63..a1067dea91a4cb3fc71b0b33271d2c7c9c8a2d7a:/uip/mhtest.c diff --git a/uip/mhtest.c b/uip/mhtest.c index 44cc3b23..aa6d8e43 100644 --- a/uip/mhtest.c +++ b/uip/mhtest.c @@ -83,7 +83,6 @@ int type_ok (CT, int); void flush_errors (void); /* mhfree.c */ -void free_content (CT); extern CT *cts; void freects_done (int) NORETURN; @@ -271,7 +270,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 */