From: Thomas Roessler Date: Thu, 15 Jun 2000 21:37:05 +0000 (+0000) Subject: patch-1.3.3.tlr.message_hook.1 X-Git-Tag: mutt-1-3-4-rel~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c36896967b523504e54947c5a7dc1094026ca47;p=mutt patch-1.3.3.tlr.message_hook.1 --- diff --git a/commands.c b/commands.c index c03f1486..1469a4fc 100644 --- a/commands.c +++ b/commands.c @@ -113,7 +113,7 @@ int mutt_display_message (HEADER *cur) return (0); } - mutt_message_hook (cur, M_DISPLAYHOOK); + mutt_message_hook (cur, M_MESSAGEHOOK); if (DisplayFilter && *DisplayFilter) { diff --git a/doc/manual.sgml.head b/doc/manual.sgml.head index cd130cf7..d043e701 100644 --- a/doc/manual.sgml.head +++ b/doc/manual.sgml.head @@ -1290,12 +1290,12 @@ my_hdr commands which modify recipient headers, or the message's subject, don't have any effect on the current message when executed from a send-hook. -Change settings before wieving a message