Function: gnus-summary-lower-same-subject-and-select
gnus-summary-lower-same-subject-and-select is an autoloaded,
interactive and byte-compiled function defined in gnus-score.el.gz.
Signature
(gnus-summary-lower-same-subject-and-select SCORE)
Documentation
Raise articles which has the same subject with SCORE and select the next.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-score.el.gz
(defun gnus-summary-lower-same-subject-and-select (score)
"Raise articles which has the same subject with SCORE and select the next."
(interactive "p" gnus-article-mode gnus-summary-mode)
(gnus-summary-raise-same-subject-and-select (- score)))