X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhstoresbr.c;h=fc78ac1a89b61fcacdf6f617f18f9b89cf42d9bc;hb=08baf4f8bc7623c41a9753c71aed9a4042196aac;hp=b2a3e31b2fcf59a8ca4283e2709aa3b6ea919b72;hpb=7879ea4084333b448c5a3a49c1cb52023e3808d1;p=mmh diff --git a/uip/mhstoresbr.c b/uip/mhstoresbr.c index b2a3e31..fc78ac1 100644 --- a/uip/mhstoresbr.c +++ b/uip/mhstoresbr.c @@ -3,6 +3,10 @@ * mhstoresbr.c -- routines to save/store the contents of MIME messages * * $Id$ + * + * This code is Copyright (c) 2002, by the authors of nmh. See the + * COPYRIGHT file in the root directory of the nmh distribution for + * complete copyright information. */ #include @@ -12,12 +16,11 @@ #include #include #include -#include +#include #include #include #include -extern int errno; /* * The list of top-level contents to display @@ -917,7 +920,7 @@ output_content_folder (char *folder, char *filename) /* Read the folder. */ if ((mp = folder_read (folder))) { /* Link file into folder */ - msgnum = folder_addmsg (&mp, filename, 0, 0, 0); + msgnum = folder_addmsg (&mp, filename, 0, 0, 0, 0); } else { advise (NULL, "unable to read folder %s", folder); return NOTOK;