Mercurial > emacs
comparison lisp/gnus/nnheader.el @ 89989:e23928ac5a97
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-47
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-572
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-574
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-575
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-576
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-579
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-580
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-31
- miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-33
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-34
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-35
- miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-37
Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 29 Sep 2004 07:22:20 +0000 |
parents | cce1c0ee76ee c5e16264557d |
children | ff0e824afa37 |
comparison
equal
deleted
inserted
replaced
89988:3c5b3356d8e5 | 89989:e23928ac5a97 |
---|---|
1 ;;; nnheader.el --- header access macros for Gnus and its backends | 1 ;;; nnheader.el --- header access macros for Gnus and its backends |
2 | 2 |
3 ;; Copyright (C) 1987, 1988, 1989, 1990, 1993, 1994, 1995, 1996, | 3 ;; Copyright (C) 1987, 1988, 1989, 1990, 1993, 1994, 1995, 1996, |
4 ;; 1997, 1998, 2000, 2001, 2002, 2003 | 4 ;; 1997, 1998, 2000, 2001, 2002, 2003, 2004 |
5 ;; Free Software Foundation, Inc. | 5 ;; Free Software Foundation, Inc. |
6 | 6 |
7 ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 7 ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
8 ;; Lars Magne Ingebrigtsen <larsi@gnus.org> | 8 ;; Lars Magne Ingebrigtsen <larsi@gnus.org> |
9 ;; Keywords: news | 9 ;; Keywords: news |
56 (defcustom gnus-nov-is-evil nil | 56 (defcustom gnus-nov-is-evil nil |
57 "If non-nil, Gnus backends will never output headers in the NOV format." | 57 "If non-nil, Gnus backends will never output headers in the NOV format." |
58 :group 'gnus-server | 58 :group 'gnus-server |
59 :type 'boolean) | 59 :type 'boolean) |
60 | 60 |
61 (defvar nnheader-max-head-length 4096 | 61 (defvar nnheader-max-head-length 8192 |
62 "*Max length of the head of articles. | 62 "*Max length of the head of articles. |
63 | 63 |
64 Value is an integer, nil, or t. nil means read in chunks of a file | 64 Value is an integer, nil, or t. nil means read in chunks of a file |
65 indefinitely until a complete head is found\; t means always read the | 65 indefinitely until a complete head is found\; t means always read the |
66 entire file immediately, disregarding `nnheader-head-chop-length'. | 66 entire file immediately, disregarding `nnheader-head-chop-length'. |