Variable: gnus-open-server-hook

gnus-open-server-hook is a customizable variable defined in gnus-int.el.gz.

Value

nil

Documentation

Hook called just before opening connection to the news server.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-int.el.gz
(defcustom gnus-open-server-hook nil
  "Hook called just before opening connection to the news server."
  :group 'gnus-start
  :type 'hook)