Synch with Oort Gnus (includes Tsuchiya-san's change).
[elisp/gnus.git-] / lisp / gnus-group.el
index 3f70739..a14ea3c 100644 (file)
@@ -1042,8 +1042,7 @@ The following commands are available:
       result)))
 
 (defun gnus-group-name-decode (string charset)
-  (if (and string charset (featurep 'mule)
-          (not (mm-multibyte-string-p string)))
+  (if (and string charset (featurep 'mule))
       (decode-coding-string string charset)
     string))