]> git.marmaro.de Git - mmh/blobdiff - uip/mhstoresbr.c
make 'spost' handling of "masquerade:" line of mts.conf containing
[mmh] / uip / mhstoresbr.c
index d91b7b4566b36ad91e4250cb74916d08e16ae5dd..2e88df231c11b601eaad5d101afe369e476ae6b6 100644 (file)
@@ -921,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);
     } else {
        advise (NULL, "unable to read folder %s", folder);
        return NOTOK;