Variable: gnus-dribble-directory

gnus-dribble-directory is a customizable variable defined in gnus-start.el.gz.

Value

nil

Documentation

The directory where dribble files will be saved.

If this variable is nil, the directory where the .newsrc files are saved will be used.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-start.el.gz
(defcustom gnus-dribble-directory nil
  "The directory where dribble files will be saved.
If this variable is nil, the directory where the .newsrc files are
saved will be used."
  :group 'gnus-dribble-file
  :type '(choice directory (const nil)))