On 9632 day of my life Jerry Sievers wrote:
> Anyway, I see that my Gnus is opening the HTML part of messages that
> have alternative content types, and in cases where this is totally
> bogus MS Outlook HTML, the rendering fails and shows up as raw
> markup. 

Install w3m (a text browser) and emacs-w3m.  Then
(setq mm-text-html-renderer 'w3m)

Or set the variable to other value that uses different browser you have.

> Question; how would I tell Gnus to choose text/plain over text/html
> when doing inline rendering of message content?

(setq mm-discouraged-alternatives '("text/html"))

You can also M-x customize-variable these two variables.

-- 
Ivan Boldyrev

                                                  Your bytes are bitten.



_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to