Gnus development mailing list
 help / color / mirror / Atom feed
From: asjo@koldfront.dk (Adam Sjøgren)
To: ding@gnus.org
Subject: Re: Reading HTML/Text Parts
Date: Wed, 29 Jul 2009 20:17:43 +0200	[thread overview]
Message-ID: <873a8ftku0.fsf@topper.koldfront.dk> (raw)
In-Reply-To: <76y6q7fo03.fsf@dev-d01.ppllc.com>

On Wed, 29 Jul 2009 12:33:00 -0400, Jake wrote:

> I am getting email that has both HTML and Text parts.  When reading the
> email in Gnus, I'd like to see the email in Text format.  Instead, I am
> seeing the HTML part but with the tags stripped out.  While that's
> better than seeing the HTML tags or having it rendered by W3, how can I
> configure things so that I see the Text part by default if it is
> available?

I use this to avoid HTML:

  ;; Don't display html inline
  (setq
   mm-discouraged-alternatives '("text/html" "text/richtext" "text/enriched")
   mm-automatic-display (remove "text/html" mm-automatic-display))


  Best regards,

    Adam

-- 
 "Angels can fly because they take themselves lightly."       Adam Sjøgren
                                                         asjo@koldfront.dk




  reply	other threads:[~2009-07-29 18:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-29 16:33 Jake Colman
2009-07-29 18:17 ` Adam Sjøgren [this message]
2009-07-29 19:00   ` Reiner Steib
2009-07-29 19:13     ` Adam Sjøgren
2009-07-31  6:11       ` Steinar Bang

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=873a8ftku0.fsf@topper.koldfront.dk \
    --to=asjo@koldfront.dk \
    --cc=ding@gnus.org \
    /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).