Variable: nnml-newsgroups-file

nnml-newsgroups-file is a variable defined in nnml.el.gz.

Value

"/root/Mail/newsgroups"

Documentation

Mail newsgroups description file.

This is a Gnus server variable. See Info node (gnus)Select Methods.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nnml.el.gz
(defvoo nnml-newsgroups-file
    (expand-file-name "newsgroups" nnml-directory)
  "Mail newsgroups description file.")