Function: gnus-summary-lower-thread
gnus-summary-lower-thread is an autoloaded, interactive and
byte-compiled function defined in gnus-score.el.gz.
Signature
(gnus-summary-lower-thread &optional SCORE)
Documentation
Lower score of articles in the current thread with SCORE.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-score.el.gz
(defun gnus-summary-lower-thread (&optional score)
"Lower score of articles in the current thread with SCORE."
(interactive "P" gnus-article-mode gnus-summary-mode)
(gnus-summary-raise-thread (- (gnus-score-delta-default score))))