info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Plain text and HTML


From: Neil Woods
Subject: Re: Plain text and HTML
Date: Wed, 15 Dec 2004 13:23:50 +0000
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.3 (gnu/linux)

On Wed, Dec 15 2004, Marcin Kowalczyk wrote:
> For multipart/alternative messages with plain text and HTML parts,
> how to configure Gnus to use the plain text part instead of converting
> HTML to text?

I use 

;; Favour display of TEXT in multipart messages
;;
(eval-after-load "mm-decode"
  '(progn
     (add-to-list 'mm-discouraged-alternatives "text/html")
     (add-to-list 'mm-discouraged-alternatives "text/richtext")))

in my ~/.gnus. Is this what you mean?

-- 
Neil


reply via email to

[Prev in Thread] Current Thread [Next in Thread]