X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Ffolder_addmsg.c;h=7a4a982692efddf83c9a9ee9c28b26554420f01a;hb=5b792c4424571f05bc2008e3109797d18d7d00d1;hp=391f5c8166b954ef15472ed92fd9a45dd9fcd308;hpb=246ca516a0f7b870316116bc184347b0fb2bc00b;p=mmh diff --git a/sbr/folder_addmsg.c b/sbr/folder_addmsg.c index 391f5c8..7a4a982 100644 --- a/sbr/folder_addmsg.c +++ b/sbr/folder_addmsg.c @@ -136,7 +136,7 @@ folder_addmsg(struct msgs **mpp, char *msgfile, int selected, from_dir, msgfile); ext_hook("ref-hook", oldmsg, newmsg); } else - ext_hook("add-hook", newmsg, (char *)0); + ext_hook("add-hook", newmsg, NULL); return msgnum; } else { @@ -195,7 +195,7 @@ folder_addmsg(struct msgs **mpp, char *msgfile, int selected, msgfile); ext_hook("ref-hook", oldmsg, newmsg); } else - ext_hook("add-hook", newmsg, (char *)0); + ext_hook("add-hook", newmsg, NULL); return msgnum; }