(gnus-unbuttonized-mime-types)
authorSimon Josefsson <jas@extundo.com>
Wed, 8 Jan 2003 03:40:18 +0000 (03:40 +0000)
committerSimon Josefsson <jas@extundo.com>
Wed, 8 Jan 2003 03:40:18 +0000 (03:40 +0000)
(gnus-buttonized-mime-types): Doc fix.

lisp/ChangeLog
lisp/gnus-art.el

index 9b6fc98..caa683f 100644 (file)
@@ -1,3 +1,8 @@
+2003-01-08  Simon Josefsson  <jas@extundo.com>
+
+       * gnus-art.el (gnus-unbuttonized-mime-types) 
+       (gnus-buttonized-mime-types): Doc fix.
+
 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
 
        * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
index ada046f..9122fcb 100644 (file)
@@ -710,7 +710,8 @@ displayed by the first non-nil matching CONTENT face."
 
 (defcustom gnus-unbuttonized-mime-types '(".*/.*")
   "List of MIME types that should not be given buttons when rendered inline.
-See also `gnus-buttonized-mime-types' which may override this variable."
+See also `gnus-buttonized-mime-types' which may override this variable.
+This variable is only used when `gnus-inhibit-mime-unbuttonizing' is nil."
   :version "21.1"
   :group 'gnus-article-mime
   :type '(repeat regexp))
@@ -719,7 +720,8 @@ See also `gnus-buttonized-mime-types' which may override this variable."
   "List of MIME types that should be given buttons when rendered inline.
 If set, this variable overrides `gnus-unbuttonized-mime-types'.
 To see e.g. security buttons you could set this to
-`(\"multipart/signed\")'."
+`(\"multipart/signed\")'.
+This variable is only used when `gnus-inhibit-mime-unbuttonizing' is nil."
   :version "21.1"
   :group 'gnus-article-mime
   :type '(repeat regexp))