Gnus development mailing list
 help / color / mirror / Atom feed
From: asjo@koldfront.dk (Adam Sjøgren)
To: ding@gnus.org
Subject: text/html button has started to appear
Date: Sun, 08 Jan 2012 08:32:21 +0100	[thread overview]
Message-ID: <87y5tiejju.fsf@topper.koldfront.dk> (raw)

Recently, when I read articles on Gwene, I often get a

  [1. text/html]

button, that I didn't use to get. An example is the article
news.gmane.org gwene.org.haskell.planet:1794

git bisect tells me:

  a3e445d4981b90286c163d26367f6e5923ce464f is the first bad commit
  commit a3e445d4981b90286c163d26367f6e5923ce464f
  Author: Lars Magne Ingebrigtsen <larsi@stories.(none)>
  Date:   Sat Jan 7 01:52:11 2012 +0100

      Allow preview in message-mode to work outside of Gnus

      (gnus-group-find-parameter): Protect against the group buffer not
      existing (bug#9585).

Have I been relying on an unintended side-effect, I wonder?

I have this in my .gnus:

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

and(/but) on my gwene topic I have these parameters set:

  ((mm-inline-text-html-with-images t)
   (mm-discouraged-alternatives nil)
   (mm-automatic-display
    (union
     '("text/html")
     mm-automatic-display)))


  Best regards,

     Adam

-- 
 "Time is getting short; every midnight I feel 48             Adam Sjøgren
  hours older. And twice as useless."                    asjo@koldfront.dk




             reply	other threads:[~2012-01-08  7:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-08  7:32 Adam Sjøgren [this message]
2012-01-26 19:42 ` Lars Ingebrigtsen
2012-01-27 17:41   ` Adam Sjøgren

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=87y5tiejju.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).