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