aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnus/gnus-srvr.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-srvr.el b/lisp/gnus/gnus-srvr.el
index dfca5e9d2cb..34ebd00ef24 100644
--- a/lisp/gnus/gnus-srvr.el
+++ b/lisp/gnus/gnus-srvr.el
@@ -925,7 +925,11 @@ buffer.
925 "Enter the group at the current line. 925 "Enter the group at the current line.
926If NUMBER, fetch this number of articles." 926If NUMBER, fetch this number of articles."
927 (interactive "P") 927 (interactive "P")
928 (let ((group (gnus-browse-group-name))) 928 (let* ((full-name (gnus-browse-group-name))
929 (group (if (gnus-native-method-p
930 (gnus-find-method-for-group full-name))
931 (gnus-group-short-name full-name)
932 full-name)))
929 (if (or (not (gnus-get-info group)) 933 (if (or (not (gnus-get-info group))
930 (gnus-ephemeral-group-p group)) 934 (gnus-ephemeral-group-p group))
931 (unless (gnus-group-read-ephemeral-group 935 (unless (gnus-group-read-ephemeral-group