* gnus-sum.el (gnus-article-loose-mime)
authorJesper Harder <harder@ifa.au.dk>
Thu, 27 Mar 2003 04:58:03 +0000 (04:58 +0000)
committerJesper Harder <harder@ifa.au.dk>
Thu, 27 Mar 2003 04:58:03 +0000 (04:58 +0000)
(gnus-article-emulate-mime): Move to gnus-article-mime customize
group.

* gnus-msg.el (gnus-mailing-list-groups): Fix customize type and
doc string.

lisp/ChangeLog
lisp/gnus-msg.el
lisp/gnus-sum.el

index 504916a..10a6204 100644 (file)
@@ -1,3 +1,12 @@
+2003-03-27  Jesper Harder  <harder@ifa.au.dk>
+
+       * gnus-sum.el (gnus-article-loose-mime)
+       (gnus-article-emulate-mime): Move to gnus-article-mime customize
+       group.
+
+       * gnus-msg.el (gnus-mailing-list-groups): Fix customize type and
+       doc string.
+
 2003-03-26  Kevin Ryde <user42@zip.com.au>
 
        * gnus-sum.el (gnus-summary-find-for-reselect): Renamed from
index 0b57ee0..c34ec2f 100644 (file)
@@ -70,12 +70,13 @@ of names)."
                 (function)))
 
 (defcustom gnus-mailing-list-groups nil
-  "*Regexp matching groups that are really mailing lists.
+  "*If non-nil a regexp matching groups that are really mailing lists.
 This is useful when you're reading a mailing list that has been
 gatewayed to a newsgroup, and you want to followup to an article in
 the group."
   :group 'gnus-message
-  :type 'regexp)
+  :type '(choice (regexp)
+                (const nil)))
 
 (defcustom gnus-add-to-list nil
   "*If non-nil, add a `to-list' parameter automatically."
index 819294c..bae6bfa 100644 (file)
@@ -1080,7 +1080,7 @@ Set it to non-nil, Gnus will treat some articles as MIME even if
 the MIME-Version header is missed."
   :version "21.3"
   :type 'boolean
-  :group 'gnus-article)
+  :group 'gnus-article-mime)
 
 (defcustom gnus-article-emulate-mime t
   "If non-nil, use MIME emulation for uuencode and the like.
@@ -1088,7 +1088,7 @@ This means that Gnus will search message bodies for text that look
 like uuencoded bits, yEncoded bits, and so on, and present that using
 the normal Gnus MIME machinery."
   :type 'boolean
-  :group 'gnus-article)
+  :group 'gnus-article-mime)
 
 ;;; Internal variables