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

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

Re: Prefering plain text over html parts in multipart messages


From: Tassilo Horn
Subject: Re: Prefering plain text over html parts in multipart messages
Date: Thu, 02 Aug 2007 23:12:06 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

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

Hi Adam,

> I have got something to the tune of this, in my .gnus:
>
>  (setq mm-discouraged-alternatives
>        '("text/html" "text/richtext" "text/enriched"))

Strange "text/html" is in it by default, but I have at least one article
with both html and text part where the html part is shown as default...

Anyway, this lead me to `gnus-buttonized-mime-types' which is a nice
feature.

Now I have

(setq mm-discouraged-alternatives
      '("text/html" "text/richtext" "text/enriched")
      gnus-buttonized-mime-types
      '("multipart/signed" "multipart/alternative"))

and the text part is displayed by default + mime buttons. Nice!

Bye,
Tassilo
-- 
If programmers deserve to  be rewarded for creating innovative programs,
by the same  token they deserve to be punished if  they restrict the use
of these programs. (Richard M. Stallman)





reply via email to

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