(nnimap-request-accept-article): Remove \n's from
[gnus] / lisp / gnus-srvr.el
index 23a251c..f1224c9 100644 (file)
@@ -681,7 +681,7 @@ buffer.
     (if (or (not (gnus-get-info group))
            (gnus-ephemeral-group-p group))
        (unless (gnus-group-read-ephemeral-group
-                group gnus-browse-current-method nil
+                (gnus-group-real-name group) gnus-browse-current-method nil
                 (cons (current-buffer) 'browse))
          (error "Couldn't enter %s" group))
       (unless (gnus-group-read-group nil no-article group)
@@ -728,7 +728,7 @@ buffer.
       (when (re-search-forward ": \\(.*\\)$" (gnus-point-at-eol) t)
        (gnus-group-prefixed-name
         (or name
-            (format "%s" (match-string 1)))
+            (match-string-no-properties 1))
         gnus-browse-current-method)))))
 
 (defun gnus-browse-unsubscribe-group ()