X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0bfb53a23531bea3aaeadcd1a6f6c372eef96612..d2a07ad8fcc5d1afe2faeda4744e66735deedd71:/uip/mhlist.c diff --git a/uip/mhlist.c b/uip/mhlist.c index 1363081c..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 */ @@ -358,7 +357,6 @@ static void pipeser (int i) { if (i == SIGQUIT) { - unlink ("core"); fflush (stdout); fprintf (stderr, "\n"); fflush (stderr);