comparison man/emacs-mime.texi @ 69343:10ae0483645d

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-143 Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 52-55) - Merge from emacs--devo--0 - Update from CVS: Makefile.in (release-*): New targets. - Update from CVS
author Miles Bader <miles@gnu.org>
date Thu, 09 Mar 2006 07:11:51 +0000
parents 477ba8c8d22c
children 11b616eddda4 a7364c1a561e
comparison
equal deleted inserted replaced
69342:12e65aa88734 69343:10ae0483645d
320 '("text/html" "text/richtext") 320 '("text/html" "text/richtext")
321 mm-automatic-display 321 mm-automatic-display
322 (remove "text/html" mm-automatic-display)) 322 (remove "text/html" mm-automatic-display))
323 @end lisp 323 @end lisp
324 324
325 Adding @code{"image/.*"} might also be useful. Spammers use it as the 325 Adding @code{"image/.*"} might also be useful. Spammers use images as
326 prefered part of @samp{multipart/alternative} messages, and you might 326 the prefered part of @samp{multipart/alternative} messages, so you might
327 not notice there are other parts. See also 327 not notice there are other parts. See also
328 @code{gnus-buttonized-mime-types} (@pxref{MIME Commands, ,MIME Commands, 328 @code{gnus-buttonized-mime-types}, @ref{MIME Commands, ,MIME Commands,
329 gnus, Gnus Manual}), to which adding @code{"multipart/alternative"} 329 gnus, Gnus Manual}. After adding @code{"multipart/alternative"} to
330 enables you to choose manually one of two types those mails include. 330 @code{gnus-buttonized-mime-types} you can choose manually which
331 For example, you can set those variables like: 331 alternative you'd like to view. For example, you can set those
332 variables like:
332 333
333 @lisp 334 @lisp
334 (setq gnus-buttonized-mime-types 335 (setq gnus-buttonized-mime-types
335 '("multipart/alternative" "multipart/signed") 336 '("multipart/alternative" "multipart/signed")
336 mm-discouraged-alternatives 337 mm-discouraged-alternatives