From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67330 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.gnus.general Subject: problems with mails containing html Date: Sun, 07 Sep 2008 11:55:31 +0200 Message-ID: <87y7241drg.fsf@mat.ucm.es> Reply-To: Uwe Brauer NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1220781386 4336 80.91.229.12 (7 Sep 2008 09:56:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 7 Sep 2008 09:56:26 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M15781@lists.math.uh.edu Sun Sep 07 11:57:21 2008 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1KcH1E-00064L-DE for ding-account@gmane.org; Sun, 07 Sep 2008 11:57:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1KcGzm-0007gy-KW; Sun, 07 Sep 2008 04:55:50 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1KcGzj-0007gY-JZ for ding@lists.math.uh.edu; Sun, 07 Sep 2008 04:55:47 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1KcGzg-0007YM-8H for ding@lists.math.uh.edu; Sun, 07 Sep 2008 04:55:47 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1KcGzi-00044f-00 for ; Sun, 07 Sep 2008 11:55:46 +0200 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KcGze-0003Qg-E2 for ding@gnus.org; Sun, 07 Sep 2008 09:55:42 +0000 Original-Received: from 16.red-83-40-140.dynamicip.rima-tde.net ([83.40.140.16]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 07 Sep 2008 09:55:42 +0000 Original-Received: from oub by 16.red-83-40-140.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 07 Sep 2008 09:55:42 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 48 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 16.red-83-40-140.dynamicip.rima-tde.net User-Agent: Gnus/5.110009 (No Gnus v0.9) XEmacs/21.4.19 (linux) X-Hashcash: 1:20:080907:gmane.emacs.gnus.general::7cs3e4nEyaRNNoeR:00000000000000000000000000000000000000XZj Cancel-Lock: sha1:otN3EjSLeEpMdvFhjccyRY20toc= X-Spam-Score: -3.6 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:67330 Archived-At: Hello Using Xemacs 21.4.19 Mule and ngnus-0.10 the following message is displayed like this To: mat-aplicada-l@listserv.ucm.es Reply-to: Departamento de Matemática Aplicada Message-id: MIME-version: 1.0 X-Mailer: Sun Java(tm) System Messenger Express 6.2-8.04 (built Feb 28 2007) Content-type: multipart/mixed; boundary=--fd6f69e97502447677bd Content-language: es X-Accept-Language: es Priority: normal Precedence: list References: <48BFC3CD.7050402@mat.ucm.es> [1. text/html]...
Estimados compańeros,
Espero que hayáis disfrutado de vuestras vacaciones.
 
While in seamonkey only the text is displayed, I tried to use C-d in order to select the text part but it seems not to work. My setting is as follows: (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) Uwe Brauer