X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Ffolder_delmsgs.c;fp=sbr%2Ffolder_delmsgs.c;h=4950330a115d27309764785c8182ab5e1e3d35a7;hb=7e3bc577e84e13a47005a706718bd6ec0e6a0e0a;hp=e9257bd7ad0ef2c4517ad1d4c008650bf96c8222;hpb=246ca516a0f7b870316116bc184347b0fb2bc00b;p=mmh diff --git a/sbr/folder_delmsgs.c b/sbr/folder_delmsgs.c index e9257bd..4950330 100644 --- a/sbr/folder_delmsgs.c +++ b/sbr/folder_delmsgs.c @@ -94,7 +94,7 @@ folder_delmsgs(struct msgs *mp, int unlink_msgs, int nohook) if (!nohook) { snprintf(msgpath, sizeof (msgpath), "%s/%d", mp->foldpath, msgnum); - ext_hook("del-hook", msgpath, (char *)0); + ext_hook("del-hook", msgpath, NULL); } dp = m_name(msgnum);