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

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

Re: html message is not dislayed


From: Reiner Steib
Subject: Re: html message is not dislayed
Date: Sun, 27 Jan 2008 13:04:25 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

On Sun, Jan 27 2008, Uwe Brauer wrote:

>>>>>> "Reiner" == Reiner Steib <reinersteib+gmane@imap.cc> writes:
> That is how I would like to see it
>    > - On "<1.1.2.* alternative> [[postsubject]] (3)" I hit `g' and get
>    >   (Because I have configure Gnus to prefer and display text/plain, but
>    >   add buttons to choose the text/html alternative):
[...]
> That documentation is huge and for me it is not easy to find out the
> necessary parameters, 

I agree and I'd like to change the relevant defaults to the most
suitable values.  But it's hard to figure out what most people find
useful.

> could you just tell me your configuration?

I intended to do this, but I forgot.  Here we go:

--8<---------------cut here---------------start------------->8---
(require 'mm-decode)
(setq
 ;; Discourage HTML, enriched or image (image spam):
 mm-discouraged-alternatives
 '("text/html" "text/richtext" "text/enriched" "multipart/related"
   "image/.*")
 ;; Display choice buttons for alternatives (suggested by Katsumi Yamaoka) and
 ;; signed messages:
 gnus-buttonized-mime-types '("multipart/alternative" ".*/signed")
 ;; Don't render HTML automatically:
 mm-automatic-display (remove "text/html" mm-automatic-display)
 ;; Render HTML with w3m
 mm-text-html-renderer 'w3m
 ;; Use wget instead of `url.el' (for nnweb-type google), cause it seems to
 ;; work more reliable for me.
 mm-url-use-external t)
--8<---------------cut here---------------end--------------->8---

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/


reply via email to

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