X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0bfb53a23531bea3aaeadcd1a6f6c372eef96612..487ad115de1c5a97ab4e61bbf3f3bbbdbd97b258:/uip/mhn.c diff --git a/uip/mhn.c b/uip/mhn.c index 5ce76222..ced10f2e 100644 --- a/uip/mhn.c +++ b/uip/mhn.c @@ -147,7 +147,6 @@ void store_all_messages (CT *); void cache_all_messages (CT *); /* mhfree.c */ -void free_content (CT); extern CT *cts; void freects_done (int) NORETURN; @@ -513,7 +512,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 */ @@ -622,7 +621,6 @@ static void pipeser (int i) { if (i == SIGQUIT) { - unlink ("core"); fflush (stdout); fprintf (stderr, "\n"); fflush (stderr);