* rfc1843.el (rfc1843-decode-loosely): Move to mime customization group.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 4 Sep 2002 08:02:05 +0000 (08:02 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 4 Sep 2002 08:02:05 +0000 (08:02 +0000)
(rfc1843-decode-hzp): do.
(rfc1843-newsgroups-regexp): do.

lisp/ChangeLog
lisp/rfc1843.el

index 480f5b9..faf031f 100644 (file)
@@ -1,3 +1,10 @@
+2002-09-04  Jesper harder  <harder@ifa.au.dk>
+
+       * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
+       group.
+       (rfc1843-decode-hzp): do.
+       (rfc1843-newsgroups-regexp): do.
+
 2002-09-04  Simon Josefsson  <jas@extundo.com>
 
        * message.el (message-canlock-generate): Make sure sha1 doesn't
index 87164ba..a57d16a 100644 (file)
@@ -54,7 +54,7 @@
 When it is set non-nil, only buffers or strings with strictly
 HZ-encoded are decoded."
   :type 'boolean
-  :group 'gnus)
+  :group 'mime)
 
 (defcustom rfc1843-decode-hzp t
   "HZ+ decoding support if non-nil.
@@ -64,12 +64,12 @@ e-mail transmission, news posting, etc.
 The document of HZ+ 0.78 specification can be found at
 ftp://ftp.math.psu.edu/pub/simpson/chinese/hzp/hzp.doc"
   :type 'boolean
-  :group 'gnus)
+  :group 'mime)
 
 (defcustom rfc1843-newsgroups-regexp "chinese\\|hz"
   "Regexp of newsgroups in which might be HZ encoded."
   :type 'string
-  :group 'gnus)
+  :group 'mime)
 
 (defun rfc1843-decode-region (from to)
   "Decode HZ in the region between FROM and TO."