On Sat, Oct 30, 2021 at 10:06:41AM -0700, Kevin J. McCarthy wrote:
> On Sat, Oct 30, 2021 at 10:56:12AM +0100, Chris Green wrote:
> > So, I have the following lines in my muttrc file:-
> > 
> >    auto_view text/html
> >    alternative_order text/html text/plain text
> >    message-hook '~f .*ilovefreegle.org.*' 'alternative_order text/plain 
> > text/html'
> 
> Each invocation of alternative_order appends to the list - it doesn't erase
> and reset the values.  You'll want to use 'unalternative_order *' to clear
> out the list.
> 
That would explain it! Thank you.


> Also, don't forget the message-hook you have above will affect that message
> and all subsequent messages, unless you have a default message-hook to reset
> values back.
> 
Yes, I was aware that I hadn't done that as required.


-- 
Chris Green

Reply via email to