On Thu, Apr 10, 2008 at 11:25 PM, Zohar Stolar &lt;<a href="mailto:z.stolar@gmail.com">z.stolar@gmail.com</a>&gt; wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
[...]<br>
On the other hand, there should be a way of selectively not displaying some or all messages, in a comfortable manner. How about a hook_message_alter? Has this ever been discussed?<font color="#888888"><br>
</font></blockquote></div><br>I actually wrote a patch to add a hook_message_alter, but after some investigation it turned out not to be a viable solution. Among other issues, messages do not have a unique identifier that lets you target them individually, and errors in the implementations of the hook_message_alter hook only show up on the next page load. <br>