#include <fcntl.h>
#include <h/signals.h>
#include <h/md5.h>
-#include <errno.h>
-#include <signal.h>
#include <h/mts.h>
#include <h/tws.h>
#include <h/mime.h>
extern int pausesw;
extern int serialsw;
extern char *progsw;
-extern int nolist;
extern int nomore; /* flags for moreproc/header display */
extern char *formsw;
void show_all_messages (CT *);
/* mhfree.c */
-void free_content (CT);
extern CT *cts;
void freects_done (int) NORETURN;
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 */
pipeser (int i)
{
if (i == SIGQUIT) {
- unlink ("core");
fflush (stdout);
fprintf (stderr, "\n");
fflush (stderr);