Variable: gnus-subscribe-newsgroup-functions

gnus-subscribe-newsgroup-functions is a customizable variable defined in gnus-start.el.gz.

Value

(gnus-diary-maybe-update-group-parameters)

Documentation

Hooks run after you subscribe to a new group.

The hooks will be called with new group's name as argument.

This variable was added, or its default value changed, in Emacs 22.1.

Probably introduced at or before Emacs version 24.3.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-start.el.gz
(defcustom gnus-subscribe-newsgroup-functions nil
  "Hooks run after you subscribe to a new group.
The hooks will be called with new group's name as argument."
  :version "22.1"
  :group 'gnus-group-new
  :type 'hook)