Variable: gnus-agent-unplugged-hook

gnus-agent-unplugged-hook is a customizable variable defined in gnus-agent.el.gz.

Value

nil

Documentation

Hook run when unplugging from the network.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-agent.el.gz
(defcustom gnus-agent-unplugged-hook nil
  "Hook run when unplugging from the network."
  :group 'gnus-agent
  :type 'hook)