Searched +refs:nndraft +refs:directory (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-start.el48 (defcustom gnus-startup-file (nnheader-concat gnus-home-directory ".newsrc")
74 (defcustom gnus-init-file (nnheader-concat gnus-home-directory ".gnus")
82 (concat (file-name-directory
83 (directory-file-name installation-directory))
106 (defcustom gnus-dribble-directory nil
107 "*The directory where dribble files will be saved.
108 If this variable is nil, the directory where the .newsrc files are
111 :type '(choice directory (const nil)))
655 (defvar nnmail-scan-directory
[all...]
H A Dgnus-agent.el47 (defcustom gnus-agent-directory (nnheader-concat gnus-directory "agent/")
50 :type 'directory)
185 \(gnus-agent-directory) for groups that are no longer agentized.
307 (defsubst gnus-agent-directory ()
308 "The name of the Gnus agent directory."
309 (nnheader-concat gnus-agent-directory
315 (file-name-as-directory
316 (expand-file-name "agent.lib" (gnus-agent-directory)))))
677 (unless (file-exists-p (nnheader-concat gnus-agent-directory "li
[all...]

Completed in 95 milliseconds