Re: message hook help please
* Ken Weingold on Sunday, April 13, 2008 at 17:42:39 -0400
> Thanks, I've tried everything, but nothing works for me. There's no
> error from mutt, just that whatever I try, every message gets
> displayed as plain text or HTML. I just can't get it to only display
> as HTML for that one address. This is what I have, along with
> auto_view:
>
> message-hook '~f email@xxxxxxxxxx' 'alternative_order text/html text/plain
> text/html'
Why text/html twice?
> message-hook . 'alternative_order text/plain text/html text/rtf text/x-vcard
> application/ms-tnef'
The so called default hook, the one matching all, must come
first.
c
--
Python Mutt utilities <http://www.blacktrash.org/hg/muttils/>