> You know, we could all say we're using shitty MUAs because we see
> the rendered HTML rather than the plain-text component. ;) Even
> HTML-only mail can be converted to plain text.

Solution: use mutt.

In ~/.muttrc:

        alternative_order text/plain
        auto_view text/html
        set mailcap_path=~/.mailcap

And in ~/.mailcap:

        text/html; w3m -I %{charset} -T text/html; copiousoutput;

w3m is required for the html->text translation.

> /me mumbles something about "suckless" and "MUA" :D

Funny, cause mutt's slogan is, "all mail clients suck. This one just sucks 
less."

Reply via email to