]> git.marmaro.de Git - mmh/blobdiff - uip/mhstoresbr.c
Fix -part option to mhshow/mhlist/mhstore to find sub-parts of the specified
[mmh] / uip / mhstoresbr.c
index fc78ac1a89b61fcacdf6f617f18f9b89cf42d9bc..72694b673ef0b40468249748af13fbd7c353e265 100644 (file)
@@ -920,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;