X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhstoresbr.c;h=fc78ac1a89b61fcacdf6f617f18f9b89cf42d9bc;hp=d91b7b4566b36ad91e4250cb74916d08e16ae5dd;hb=4885712264980e6cbc2039f9158027bee9213475;hpb=6c42153ad9362cc676ea66563bf400d7511b3b68 diff --git a/uip/mhstoresbr.c b/uip/mhstoresbr.c index d91b7b4..fc78ac1 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); + msgnum = folder_addmsg (&mp, filename, 0, 0, 0, 0); } else { advise (NULL, "unable to read folder %s", folder); return NOTOK;