Synch with Oort Gnus.
authoryamaoka <yamaoka>
Mon, 2 Dec 2002 22:19:25 +0000 (22:19 +0000)
committeryamaoka <yamaoka>
Mon, 2 Dec 2002 22:19:25 +0000 (22:19 +0000)
lisp/ChangeLog
lisp/gnus-art.el
lisp/gnus-sum.el
texi/ChangeLog
texi/gnus.texi

index 7754c1f..e3526b8 100644 (file)
@@ -1,3 +1,11 @@
+2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
+
+       * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
+       gnus-sum.  Made into a user option.
+
+       * gnus-sum.el (gnus-simplify-ignored-prefixes) 
+       (gnus-summary-mark-article-as-unread) 
+
 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * time-date.el (date-to-time): Typo.
@@ -53,6 +61,7 @@
        (gnus-summary-mark-article-as-unread)
        (gnus-mark-article-as-unread, gnus-summary-highlight-line):
        Reformatting to avoid long lines.
+       (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
 
 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
 
index b7af866..30cb673 100644 (file)
@@ -772,6 +772,14 @@ To see e.g. security buttons you could set this to
   :group 'gnus-article-mime
   :type '(repeat regexp))
 
+(defcustom gnus-inhibit-mime-unbuttonizing nil
+  "If non-nil, all MIME parts get buttons.
+When nil (the default value), then some MIME parts do not get buttons,
+as described by the variables `gnus-buttonized-mime-types' and
+`gnus-unbuttonized-mime-types'."
+  :version "21.3"
+  :type 'boolean)
+
 (defcustom gnus-body-boundary-delimiter "_"
   "String used to delimit header and body.
 This variable is used by `gnus-article-treat-body-boundary' which can
index dea7f92..1427124 100644 (file)
@@ -1089,7 +1089,6 @@ the MIME-Version header is missed."
 (defvar gnus-article-ignored-charsets nil)
 (defvar gnus-scores-exclude-files nil)
 (defvar gnus-page-broken nil)
-(defvar gnus-inhibit-mime-unbuttonizing nil)
 
 (defvar gnus-original-article nil)
 (defvar gnus-article-internal-prepare-hook nil)
index 6b27e3d..d380b1d 100644 (file)
@@ -1,3 +1,7 @@
+2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
+
+       * gnus.texi (MIME Commands): Document gnus-inhibit-mime-unbuttonizing.
+
 2002-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus.texi (Expiring in IMAP): backend -> back end.
index 2cff6b2..d25f36d 100644 (file)
@@ -8906,7 +8906,12 @@ displayed.  This variable overrides
 
 To see e.g. security buttons but no other buttons, you could set this
 variable to @code{("multipart/signed")} and leave
-@code{gnus-unbuttonized-mime-types} to the default value.
+@code{gnus-unbuttonized-mime-types} at the default value.
+
+@item gnus-inhibit-mime-unbuttonizing
+@vindex gnus-inhibit-mime-unbuttonizing
+If this is non-nil, then all @sc{mime} parts get buttons.  The default
+value is @code{nil}.
 
 @item gnus-article-mime-part-function
 @vindex gnus-article-mime-part-function