Variable: gnus-startup-file
gnus-startup-file is a customizable variable defined in
gnus-start.el.gz.
Value
"~/.newsrc"
Documentation
Your .newsrc file.
.newsrc-SERVER will be used instead if that exists.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-start.el.gz
(defcustom gnus-startup-file (nnheader-concat gnus-home-directory ".newsrc")
"Your `.newsrc' file.
`.newsrc-SERVER' will be used instead if that exists."
:group 'gnus-start
:type 'file)