Gnus development mailing list
 help / color / mirror / Atom feed
* Reading HTML/Text Parts
@ 2009-07-29 16:33 Jake Colman
  2009-07-29 18:17 ` Adam Sjøgren
  0 siblings, 1 reply; 5+ messages in thread
From: Jake Colman @ 2009-07-29 16:33 UTC (permalink / raw)
  To: ding


I am getting email that has both HTML and Text parts.  When reading the
email in Gnus, I'd like to see the email in Text format.  Instead, I am
seeing the HTML part but with the tags stripped out.  While that's
better than seeing the HTML tags or having it rendered by W3, how can I
configure things so that I see the Text part by default if it is
available?

Thanks.

Running No Gnus 0.7 with XEmacs 21.4.17.

...Jake


-- 
Jake Colman | Director, Software Development
Principia Partners LLC
101 West Elm Street | Conshohocken | PA 19428 | +1 (610) 755 9770
t: +1 (610) 755 9786 | c: +1 (610) 348 2788 | f: +1 (201) 221 8929
e: colman@ppllc.com | w: www.principiapartners.com
Credit technology innovation awards winner 2008




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

* Re: Reading HTML/Text Parts
  2009-07-29 16:33 Reading HTML/Text Parts Jake Colman
@ 2009-07-29 18:17 ` Adam Sjøgren
  2009-07-29 19:00   ` Reiner Steib
  0 siblings, 1 reply; 5+ messages in thread
From: Adam Sjøgren @ 2009-07-29 18:17 UTC (permalink / raw)
  To: ding

On Wed, 29 Jul 2009 12:33:00 -0400, Jake wrote:

> I am getting email that has both HTML and Text parts.  When reading the
> email in Gnus, I'd like to see the email in Text format.  Instead, I am
> seeing the HTML part but with the tags stripped out.  While that's
> better than seeing the HTML tags or having it rendered by W3, how can I
> configure things so that I see the Text part by default if it is
> available?

I use this to avoid HTML:

  ;; Don't display html inline
  (setq
   mm-discouraged-alternatives '("text/html" "text/richtext" "text/enriched")
   mm-automatic-display (remove "text/html" mm-automatic-display))


  Best regards,

    Adam

-- 
 "Angels can fly because they take themselves lightly."       Adam Sjøgren
                                                         asjo@koldfront.dk




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

* Re: Reading HTML/Text Parts
  2009-07-29 18:17 ` Adam Sjøgren
@ 2009-07-29 19:00   ` Reiner Steib
  2009-07-29 19:13     ` Adam Sjøgren
  0 siblings, 1 reply; 5+ messages in thread
From: Reiner Steib @ 2009-07-29 19:00 UTC (permalink / raw)
  To: ding

On Wed, Jul 29 2009, Adam Sjøgren wrote:

> I use this to avoid HTML:
>
>   ;; Don't display html inline
>   (setq
>    mm-discouraged-alternatives '("text/html" "text/richtext" "text/enriched")
>    mm-automatic-display (remove "text/html" mm-automatic-display))

,----
| (setq gnus-buttonized-mime-types '("multipart/alternative" ".*/signed"))
`----

,----
| 1.  (*) text/plain          ( ) text/html           
`----

See (info "(gnus)MIME Commands") and (info "(emacs-mime)Display
Customization") for more information about
`gnus-buttonized-mime-types'.

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



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

* Re: Reading HTML/Text Parts
  2009-07-29 19:00   ` Reiner Steib
@ 2009-07-29 19:13     ` Adam Sjøgren
  2009-07-31  6:11       ` Steinar Bang
  0 siblings, 1 reply; 5+ messages in thread
From: Adam Sjøgren @ 2009-07-29 19:13 UTC (permalink / raw)
  To: ding

On Wed, 29 Jul 2009 21:00:53 +0200, Reiner wrote:

> ,----
> | 1.  (*) text/plain          ( ) text/html           
> `----

I prefer not to see that people have sent me HTML-parts (I'm a prude and
look down on people who do so, so I avoid my own judgmentalism), so I've
chosen not to.


  Best regards,

    Adam

-- 
 "Angels can fly because they take themselves lightly."       Adam Sjøgren
                                                         asjo@koldfront.dk




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

* Re: Reading HTML/Text Parts
  2009-07-29 19:13     ` Adam Sjøgren
@ 2009-07-31  6:11       ` Steinar Bang
  0 siblings, 0 replies; 5+ messages in thread
From: Steinar Bang @ 2009-07-31  6:11 UTC (permalink / raw)
  To: ding

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

> I prefer not to see that people have sent me HTML-parts (I'm a prude
> and look down on people who do so, so I avoid my own judgmentalism),
> so I've chosen not to.

AOL.




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

end of thread, other threads:[~2009-07-31  6:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-29 16:33 Reading HTML/Text Parts Jake Colman
2009-07-29 18:17 ` Adam Sjøgren
2009-07-29 19:00   ` Reiner Steib
2009-07-29 19:13     ` Adam Sjøgren
2009-07-31  6:11       ` Steinar Bang

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