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