summaryrefslogtreecommitdiff
path: root/lisp/gnus/mm-decode.el
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2004-09-20 12:03:05 +0000
committerMiles Bader <miles@gnu.org>2004-09-20 12:03:05 +0000
commita08b59c91f0e684c0f6306ebb044dacb3bcce3b7 (patch)
tree6d6f2149f67609f3ac64261305c52fb86d0294ac /lisp/gnus/mm-decode.el
parent2d4a158aa239964d06f643fc37a944d91ddf49bb (diff)
downloademacs-a08b59c91f0e684c0f6306ebb044dacb3bcce3b7.tar.gz
emacs-a08b59c91f0e684c0f6306ebb044dacb3bcce3b7.tar.bz2
emacs-a08b59c91f0e684c0f6306ebb044dacb3bcce3b7.zip
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-558
Merge from gnus--rel--5.10 Patches applied: * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-30 Update from CVS
Diffstat (limited to 'lisp/gnus/mm-decode.el')
-rw-r--r--lisp/gnus/mm-decode.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/gnus/mm-decode.el b/lisp/gnus/mm-decode.el
index c396789957c..84353a26933 100644
--- a/lisp/gnus/mm-decode.el
+++ b/lisp/gnus/mm-decode.el
@@ -115,6 +115,7 @@ The defined renderer types are:
`lynx' : use lynx;
`html2text' : use html2text;
nil : use external viewer."
+ :version "21.4"
:type '(choice (const w3)
(const w3m)
(const w3m-standalone)
@@ -123,7 +124,6 @@ nil : use external viewer."
(const html2text)
(const nil)
(function))
- :version "21.3"
:group 'mime-display)
(defvar mm-inline-text-html-renderer nil
@@ -134,6 +134,7 @@ It is suggested to customize `mm-text-html-renderer' instead.")
"If non-nil, Gnus will allow retrieving images in HTML contents with
the <img> tags. It has no effect on Emacs/w3. See also the
documentation for the `mm-w3m-safe-url-regexp' variable."
+ :version "21.4"
:type 'boolean
:group 'mime-display)
@@ -280,6 +281,7 @@ type inline."
"application/pdf" "application/x-dvi")
"List of media types for which the external viewer will not be killed
when selecting a different article."
+ :version "21.4"
:type '(repeat string)
:group 'mime-display)
@@ -381,6 +383,7 @@ If not set, `default-directory' will be used."
(defcustom mm-external-terminal-program "xterm"
"The program to start an external terminal."
+ :version "21.4"
:type 'string
:group 'mime-display)
@@ -413,6 +416,7 @@ If not set, `default-directory' will be used."
"Option of verifying signed parts.
`never', not verify; `always', always verify;
`known', only verify known protocols. Otherwise, ask user."
+ :version "21.4"
:type '(choice (item always)
(item never)
(item :tag "only known protocols" known)