Variable: gnus-notifications-minimum-level

gnus-notifications-minimum-level is a customizable variable defined in gnus-notifications.el.gz.

Value

1

Documentation

Minimum group level the message should have to be notified.

Any message in a group that has a greater value than this will not get notifications.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-notifications.el.gz
(defcustom gnus-notifications-minimum-level 1
  "Minimum group level the message should have to be notified.
Any message in a group that has a greater value than this will
not get notifications."
  :type 'integer)