On 20Jan2014 17:08, Will Yardley <mutt-us...@veggiechinese.net> wrote:
> On Mon, Jan 20, 2014 at 03:29:14PM -0600, David Champion wrote:
> > * On 20 Jan 2014, Jan-Herbert Damm wrote: 
>  
> > > Hello all,
> > > 
> > > i would like to send an automatic answer to html-mails sent to me
> > > (because i'm tired of writing back that i prefer plain-text).
>  
> > I don't like HTML mail either (for most constructions of "HTML mail").
> > However, as tired as you are of sending it, I'm sure others are tired
> > of receiving it.  So don't send it.
> 
> Totally agree. 
> set 
> alternative_order text/plain text/enriched text/html

BTW, "text/enriched"? Where does that lovely thing come from?

My muttrc reads:

    message-hook . 'unalternative_order *; alternative_order text/plain 
text/html'

    # Apple Mail embeds attachments in the HTML part instead of outside the 
multipart/mixed
    message-hook '~h "X-Mailer: Apple Mail" ~X 1-' 'unalternative_order *; 
alternative_order text/html multipart/mixed text/plain'

    # senders who can't seem to master multipart/mixed, and send empty or 
useless text/plain sections
    message-hook '%f htmlers' 'unalternative_order *; alternative_order 
text/html text/plain'

So: prefer plain text, but show (formatted via w3c automatically)
the HTML part for Apple mail because it misassembles multipart-mixed
messages, and for people in my "htmlers" group which is a list of
authors that send HTML with useless text/plain portions:

  alias -group htmlers htmlers addresses...

mailtained with a program from my address db.

Cheers,
-- 
Cameron Simpson <c...@zip.com.au>

..And in all of Babylonia there was wailing and gnashing of teeth, till
the prophets bade the multitudes get a grip on themselves and shape up.
        - Woody Allen

Reply via email to