void store_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 */