Gnus development mailing list
 help / color / mirror / Atom feed
* text/html button has started to appear
@ 2012-01-08  7:32 Adam Sjøgren
  2012-01-26 19:42 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Adam Sjøgren @ 2012-01-08  7:32 UTC (permalink / raw)
  To: ding

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: text/html button has started to appear
  2012-01-08  7:32 text/html button has started to appear Adam Sjøgren
@ 2012-01-26 19:42 ` Lars Ingebrigtsen
  2012-01-27 17:41   ` Adam Sjøgren
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Ingebrigtsen @ 2012-01-26 19:42 UTC (permalink / raw)
  To: ding

asjo@koldfront.dk (Adam Sjøgren) writes:

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

With these settings I'm not getting a [text/html] button in my Gwene
groups...

-- 
(domestic pets only, the antidote for overdose, milk.)
  http://lars.ingebrigtsen.no  *  Sent from my Rome



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: text/html button has started to appear
  2012-01-26 19:42 ` Lars Ingebrigtsen
@ 2012-01-27 17:41   ` Adam Sjøgren
  0 siblings, 0 replies; 3+ messages in thread
From: Adam Sjøgren @ 2012-01-27 17:41 UTC (permalink / raw)
  To: ding

On Thu, 26 Jan 2012 20:42:16 +0100, Lars wrote:

> asjo@koldfront.dk (Adam Sjøgren) writes:

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

> With these settings I'm not getting a [text/html] button in my Gwene
> groups...

The problem was fixed for me with your commit cc7e694d. Thanks!


  Best regards,

    Adam

-- 
 "Some are born to sweet delight                             Adam Sjøgren
  Some are born to endless night"                        asjo@koldfront.dk




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-01-27 17:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-08  7:32 text/html button has started to appear Adam Sjøgren
2012-01-26 19:42 ` Lars Ingebrigtsen
2012-01-27 17:41   ` Adam Sjøgren

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).