X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhstoresbr.c;h=14963b56187282db48b44344c66209a0d6bd5e8f;hb=7030d7edb099bff36ded7548bb5380f7acab4f9b;hp=44fd19aaeb3208ab314d044eea26a4fe09f5934a;hpb=d39e2c447b0d163a5a63f480b23d06edb7a73aa0;p=mmh diff --git a/uip/mhstoresbr.c b/uip/mhstoresbr.c index 44fd19a..14963b5 100644 --- a/uip/mhstoresbr.c +++ b/uip/mhstoresbr.c @@ -867,7 +867,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, (char *)0); + msgnum = folder_addmsg(&mp, filename, 0, 0, 0, 0, NULL); } else { advise(NULL, "unable to read folder %s", folder); return NOTOK;