X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhstoresbr.c;h=519e4810e1eb808c851e552dae0fa4f42f4f8f23;hb=f38ce2484d327ca8062117a2643500bd0d01d830;hp=41aa1a4c15a3823925395e3043357f455fa1e7f9;hpb=2da3024caea2be71550f9eabd2fbc08fefe29bb5;p=mmh diff --git a/uip/mhstoresbr.c b/uip/mhstoresbr.c index 41aa1a4..519e481 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,12 @@ #include #include #include -#include -#include +#include +#include #include #include +#include -extern int errno; /* * The list of top-level contents to display @@ -917,7 +921,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, (char *)0); } else { advise (NULL, "unable to read folder %s", folder); return NOTOK;