Gnus development mailing list
 help / color / mirror / Atom feed
From: "Adam Sjøgren" <asjo@koldfront.dk>
To: ding@gnus.org
Subject: Re: Never automatically display HTML in an email
Date: Fri, 01 Jun 2018 11:27:59 +0200	[thread overview]
Message-ID: <871sdq500w.fsf@tullinup.koldfront.dk> (raw)
In-Reply-To: <8760337wz6.fsf@igel.home>

Andreas writes:

> On Mai 31 2018, Chris Marusich <cmmarusich@gmail.com> wrote:
>
>> I use Gnus for email.  How can I make Gnus never automatically display
>> HTML in an email?  I'd also like the option to view the HTML in Gnus if
>> I want to, but that isn't a hard requirement.
>
> I'm using these settings:
>
> (setq mm-discouraged-alternatives '("text/html" "text/richtext" "text/enriched"
> 				    "multipart/related" "multipart/mixed"))
> (setq mm-inline-override-types '("application/octet-stream" "text/html"))

Instead of mm-inline-override-types I have this:

  (setq mm-automatic-display (remove "text/html" mm-automatic-display))

There are many flavours...


  Best regards,

    Adam

-- 
 "Tom has put all my music into this rectangle."              Adam Sjøgren
                                                         asjo@koldfront.dk




  reply	other threads:[~2018-06-01  9:27 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-01  4:02 Chris Marusich
2018-06-01  8:00 ` Malcolm Purvis
2018-06-05  7:27   ` Chris Marusich
2018-06-05 15:24     ` Jorge A. Alfaro-Murillo
2018-06-05 15:33       ` Emanuel Berg
2018-06-06  4:42       ` Chris Marusich
2018-06-06 16:58         ` Eric Abrahamsen
2018-06-06 17:37           ` Emanuel Berg
2018-06-06 18:06             ` Eric Abrahamsen
2018-06-06 18:41               ` Emanuel Berg
2018-06-06 18:51                 ` Eric Abrahamsen
2018-06-05 19:01     ` Andreas Schwab
2018-06-01  8:05 ` Andreas Schwab
2018-06-01  9:27   ` Adam Sjøgren [this message]
2018-06-01 11:56 ` Emanuel Berg

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=871sdq500w.fsf@tullinup.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).