Function: gnus-summary-bubble-group

gnus-summary-bubble-group is a byte-compiled function defined in gnus-sum.el.gz.

Signature

(gnus-summary-bubble-group)

Documentation

Increase the score of the current group.

This is a handy function to add to gnus-summary-exit-hook to increase the score of each group you read.

Probably introduced at or before Emacs version 19.32.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defun gnus-summary-bubble-group ()
  "Increase the score of the current group.
This is a handy function to add to `gnus-summary-exit-hook' to
increase the score of each group you read."
  (gnus-group-add-score gnus-newsgroup-name))