Searched +refs:nnheader +refs:insert +refs:nov +refs:file (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dnnspool.el10 ;; This file is part of GNU Emacs.
23 ;; along with GNU Emacs; see the file COPYING. If not, write to the
31 (require 'nnheader)
47 (file-name-as-directory (if (boundp 'news-directory)
52 (defvoo nnspool-nov-directory (concat nnspool-spool-directory "over.view/")
53 "Local news nov directory.")
56 (if (file-exists-p "/usr/lib/news/active")
61 (defvoo nnspool-active-file (concat nnspool-lib-dir "active")
62 "Local news active file.")
64 (defvoo nnspool-newsgroups-file (conca
[all...]
H A Dnnmaildir.el6 ;; This file is part of GNU Emacs.
19 ;; along with GNU Emacs; see the file COPYING. If not, write to the
33 ;; *-generate-nov-databases.
55 (put 'nnmaildir--with-nov-buffer 'lisp-indent-function 0)
61 (require 'nnheader)
74 (defvar nnmaildir-article-file-name nil
79 (defvar nnmaildir--file nil)
99 (12345 67890) ;; modtime of the corresponding article file
102 (defmacro nnmaildir--nov-new (beg mid end mtime extra)
104 (defmacro nnmaildir--nov
[all...]
H A Dnnagent.el9 ;; This file is part of GNU Emacs.
22 ;; along with GNU Emacs; see the file COPYING. If not, write to the
30 (require 'nnheader)
48 (defvoo nnagent-active-file nil
50 nnml-active-file)
52 (defvoo nnagent-newsgroups-file nil
54 nnml-newsgroups-file)
70 (nnagent-active-file ,(gnus-agent-lib-file "active"))
71 (nnagent-newsgroups-file ,(gnu
[all...]
H A Dnnml.el11 ;; This file is part of GNU Emacs.
24 ;; along with GNU Emacs; see the file COPYING. If not, write to the
37 (require 'nnheader)
50 (defvoo nnml-active-file
51 (expand-file-name "active" nnml-directory)
52 "Mail active file.")
54 (defvoo nnml-newsgroups-file
55 (expand-file-name "newsgroups" nnml-directory)
56 "Mail newsgroups description file.")
59 "If non-nil, nnml will check the incoming mail file an
[all...]
H A Dnnfolder.el13 ;; This file is part of GNU Emacs.
26 ;; along with GNU Emacs; see the file COPYING. If not, write to the
34 (require 'nnheader)
49 (defvoo nnfolder-directory (expand-file-name message-directory)
52 (defvoo nnfolder-nov-directory nil
60 (defvoo nnfolder-active-file
61 (nnheader-concat nnfolder-directory "active")
62 "The name of the active file.")
67 (defvoo nnfolder-ignore-active-file nil
68 "If non-nil, the active file i
[all...]
H A Dnndiary.el11 ;; This file is part of GNU Emacs.
87 (require 'nnheader)
112 `((file :path ,(expand-file-name "~/.nndiary")))
216 (defvoo nndiary-directory (nnheader-concat gnus-directory "diary/")
219 (defvoo nndiary-active-file
220 (expand-file-name "active" nndiary-directory)
221 "Active file for the nndiary back end.")
223 (defvoo nndiary-newsgroups-file
224 (expand-file
[all...]
H A Dnnsoup.el10 ;; This file is part of GNU Emacs.
23 ;; along with GNU Emacs; see the file COPYING. If not, write to the
31 (require 'nnheader)
40 (defvoo nnsoup-directory (nnheader-concat gnus-home-directory "SOUP/")
45 ((boundp 'temporary-file-directory) temporary-file-directory)
49 (defvoo nnsoup-replies-directory (expand-file-name "replies/" nnsoup-directory)
58 (defvoo nnsoup-active-file (expand-file-name "active" nnsoup-directory)
59 "Active file
[all...]
H A Dnnimap.el10 ;; This file is part of GNU Emacs.
23 ;; along with GNU Emacs; see the file COPYING. If not, write to the
67 (require 'nnheader)
296 (defvoo nnimap-directory (nnheader-concat gnus-directory "overview/")
298 See also `nnimap-nov-file-name'.")
300 (defvoo nnimap-nov-file-name "nnimap."
302 The group name and `nnimap-nov-file
[all...]
H A Dnntp.el10 ;; This file is part of GNU Emacs.
23 ;; along with GNU Emacs; see the file COPYING. If not, write to the
31 (require 'nnheader)
172 (defvoo nntp-nov-is-evil nil
181 (defvoo nntp-nov-gap 5
201 (defcustom nntp-authinfo-file "~/.authinfo"
202 ".netrc-like file that holds nntp authinfo passwords."
205 '(choice file
229 to insert Cancel-Lock headers.")
309 (insert (forma
[all...]

Completed in 112 milliseconds