Variable: gnus-read-newsrc-el-hook
gnus-read-newsrc-el-hook is a customizable variable defined in
gnus-start.el.gz.
Value
nil
Documentation
A hook called after reading the newsrc.eld? file.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-start.el.gz
(defcustom gnus-read-newsrc-el-hook nil
"A hook called after reading the newsrc.eld? file."
:group 'gnus-newsrc
:type 'hook)