Variable: nneething-map-file-directory

nneething-map-file-directory is a variable defined in nneething.el.gz.

Value

"~/News/.nneething/"

Documentation

Where nneething stores the map files.

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

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nneething.el.gz
(defvoo nneething-map-file-directory
  (nnheader-concat gnus-directory ".nneething/")
  "Where nneething stores the map files.")