X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhstoresbr.c;h=72694b673ef0b40468249748af13fbd7c353e265;hb=d9b1d57351d104d7ec1a5621f090657dcce8cb7f;hp=2e88df231c11b601eaad5d101afe369e476ae6b6;hpb=a259594cc41e41bfbb90562d3977b8194d1446f5;p=mmh diff --git a/uip/mhstoresbr.c b/uip/mhstoresbr.c index 2e88df2..72694b6 100644 --- a/uip/mhstoresbr.c +++ b/uip/mhstoresbr.c @@ -21,7 +21,6 @@ #include #include -extern int errno; /* * The list of top-level contents to display @@ -921,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, 0); + msgnum = folder_addmsg (&mp, filename, 0, 0, 0, 0, (char *)0); } else { advise (NULL, "unable to read folder %s", folder); return NOTOK;