Gnus development mailing list
 help / color / mirror / Atom feed
From: Karl Kleinpaste <karl@charcoal.com>
Subject: Re: how to discourage text/html in multipart/alternative
Date: Fri, 02 Nov 2001 22:03:42 -0500	[thread overview]
Message-ID: <vxkg07wa73l.fsf@cinnamon.vanillaknot.com> (raw)
In-Reply-To: <3BE354A9.A2A293CF@linhdang.homeip.net> (Linh Dang's message of "Fri, 02 Nov 2001 21:21:29 -0500")

Linh Dang <linh@linhdang.homeip.net> writes:
>  I'd like text/html parts to be displayed only if there's no text/plain
> alternative.

(setq mm-discouraged-alternatives '("text/html" "text/richtext")
      mm-automatic-display (remove "text/html" mm-automatic-display))

The first makes text/html most discouraged and text/richtext next most
discouraged, leaving text/plain preferred.

The second prevents text/html from being rendered, displaying instead
as text/plain; you can toggle `b' twice to render it if you want.



  reply	other threads:[~2001-11-03  3:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-03  2:21 Linh Dang
2001-11-03  3:03 ` Karl Kleinpaste [this message]
2001-12-29 22:17   ` Lars Magne Ingebrigtsen
2001-11-03  3:11 ` Russ Allbery
2001-11-03  3:14 ` Danny Siu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=vxkg07wa73l.fsf@cinnamon.vanillaknot.com \
    --to=karl@charcoal.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).