Re: How to default to text/plain if it's there?
Thanks! I've had the same question, but it has never come close enough to
the top of my list to investigate. alternative_order does the trick.
John Velman
On Sat, Apr 19, 2008 at 02:46:43PM +0200, Christian Ebert wrote:
> * Michael Kjorling on Saturday, April 19, 2008 at 12:28:17 +0000
> > On 19 Apr 2008 13:16 +0100, by cl@xxxxxxxx (Chris G):
> >> How do I default to the text/plain? At present, with just "auto_view
> >> text/html" in my muttrc I get to see the text/html. I want the
> >> auto_view to work when there's not an alternative text/plain present.
> >
> > It sounds like mutt is doing exactly what you tell it to. Have you
> > tried telling it to prefer text/plain over text/html?
> >
> > That is, something like:
> >
> > auto_view text/plain text/html text
>
> shouldn't that be:
>
> alternative_order text/plain text/html text
>
> c
> --
> Python Mutt utilities <http://www.blacktrash.org/hg/muttils/>