From 50cd64610f6571650d71db12da4f13249c1b6132 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 21 Jun 1999 12:19:16 +0000 Subject: [PATCH] (gnus-summary-jump-to-other-group): Call `gnus-summary-read-group' with the 3rd arg T. --- lisp/gnus-sum.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index 9e38d83..3037666 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -2694,7 +2694,7 @@ If SHOW-ALL is non-nil, already read articles are also listed." (and gnus-newsgroup-name (string-equal gnus-newsgroup-name group))) (gnus-summary-exit) - (gnus-summary-read-group group show-all))) + (gnus-summary-read-group group show-all t))) (defun gnus-summary-read-group-1 (group show-all no-article kill-buffer no-display -- 1.7.10.4