<<< Date Index >>>     <<< Thread Index >>>

Re: "Intelligent" (per-message) mbox-hook?



Hi,

* Steffen Schuldenzucker wrote:

> I guess I'm not the first one hitting this problem, so - Is there any
> way to solve it?

Maybe, use define mbox-hook in message-hook for per-message like so:

     message-hook ~A 'unhook mbox-hook'
     message-hook <pattern> 'mbox-hook ...'

The drawback like with save-hook is that you have to view the message
first to make message-hook trigger. And decoded saving and decoded
copying triggers these message-hooks, too.

Rocco