Searched +refs:nnheader +refs:file +refs:size (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dnnheader.el0 ;;; nnheader.el --- header access macros for Gnus and its backends
11 ;; This file is part of GNU Emacs.
24 ;; along with GNU Emacs; see the file COPYING. If not, write to the
37 ;; dependency between nnheader.el and gnus-util.el.
63 (defvar nnheader-max-head-length 8192
66 Value is an integer, nil, or t. nil means read in chunks of a file
68 entire file immediately, disregarding `nnheader-head-chop-length'.
71 `nnheader-head-chop-length'.")
73 (defvar nnheader
[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
61 (require 'nnheader)
74 (defvar nnmaildir-article-file-name nil
79 (defvar nnmaildir--file nil)
99 (12345 67890) ;; modtime of the corresponding article file
186 (defmacro nnmaildir--flist-art (list file)
187 `(symbol-value (intern-soft ,file ,list)))
222 `(file-name-as-directory (concat ,dir ,subdir)))
232 (defmacro nnmaildir--num-file (di
[all...]
H A Dgnus.el10 ;; This file is part of GNU Emacs.
23 ;; along with GNU Emacs; see the file COPYING. If not, write to the
36 (require 'nnheader)
203 "Score and kill file handling."
227 "Score and kill file names."
249 (defgroup gnus-dribble-file nil
250 "Auto save file."
345 '((:type xpm :file "gnus-pointer.xpm"
347 (:type xbm :file "gnus-pointer.xbm"
1004 (let* ((data-directory (nnheader
[all...]
H A Dmessage.el9 ;; This file is part of GNU Emacs.
22 ;; along with GNU Emacs; see the file COPYING. If not, write to the
41 (require 'nnheader)
115 "*Directory from which all other mail file variables are derived."
131 This function will be called with the name of the file to store the
198 `shorten-followup-to', `signature', `size', `subject', `subject-cmsg'
482 If t, use `message-user-organization-file'."
485 (const :tag "consult file" t)))
488 (defcustom message-user-organization-file "/usr/lib/news/organization"
489 "*Local news organization file
[all...]

Completed in 110 milliseconds