| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
mm-inline-media-tests
evaled to say whether the part
can be displayed inline.
This variable specifies whether a part can be displayed inline, and, if so, how to do it. It does not say whether parts are actually displayed inline.
mm-inlined-types
mm-automatic-display
mm-automatic-external-display
mm-keep-viewer-alive-types
mm-attachment-override-types
mm-discouraged-alternatives
(setq mm-discouraged-alternatives
'("text/html" "text/richtext")
mm-automatic-display
(remove "text/html" mm-automatic-display))
|
Adding "image/.*" might also be useful. Spammers use images as
the preferred part of `multipart/alternative' messages, so you might
not notice there are other parts. See also
gnus-buttonized-mime-types, section `MIME Commands' in Gnus Manual. After adding "multipart/alternative" to
gnus-buttonized-mime-types you can choose manually which
alternative you'd like to view. For example, you can set those
variables like:
(setq gnus-buttonized-mime-types
'("multipart/alternative" "multipart/signed")
mm-discouraged-alternatives
'("text/html" "image/.*"))
|
In this case, Gnus will display radio buttons for such a kind of spam message as follows:
1. (*) multipart/alternative ( ) image/gif 2. (*) text/plain ( ) text/html |
mm-inline-large-images
t disables this check and
makes the library display all inline images as inline, regardless of
their size.
mm-inline-override-types
mm-inlined-types may include regular expressions, for example to
specify that all `text/.*' parts be displayed inline. If a user
prefers to have a type that matches such a regular expression be treated
as an attachment, that can be accomplished by setting this variable to a
list containing that type. For example assuming mm-inlined-types
includes `text/.*', then including `text/html' in this
variable will cause `text/html' parts to be treated as attachments.
mm-text-html-renderer
gnus-article-html, w3,
w3m(1), links, lynx,
w3m-standalone or html2text. If nil use an
external viewer. You can also specify a function, which will be
called with a MIME handle as the argument.
mm-inline-text-html-with-images
nil (which is the default).
It is currently ignored by Emacs/w3. For emacs-w3m, you may use the
command t on the image anchor to show an image even if it is
nil.(2)
mm-w3m-safe-url-regexp
nil consider
all URLs safe. In Gnus, this will be overridden according to the value
of the variable gnus-safe-html-newsgroups, See section `Various Various' in Gnus Manual.
mm-inline-text-html-with-w3m-keymap
nil. The default value is t.
mm-external-terminal-program
mm-enable-external
If t, all defined external MIME handlers are used. If
nil, files are saved to disk (mailcap-save-binary-file).
If it is the symbol ask, you are prompted before the external
MIME handler is invoked.
When you launch an attachment through mailcap (see section 4.12 mailcap) an
attempt is made to use a safe viewer with the safest options--this isn't
the case if you save it to disk and launch it in a different way
(command line or double-clicking). Anyhow, if you want to be sure not
to launch any external programs, set this variable to nil or
ask.
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |