comparison man/gnus.texi @ 78098:1d4e3c3b371a

Merge from gnus--rel--5.10 Patches applied: * emacs--devo--0 (patch 797, 800, 802) - Merge from emacs--rel--22 * gnus--rel--5.10 (patch 233-234) - Merge from emacs--devo--0 - Update from CVS 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles as unfetched articles. 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/gnus-start.el (gnus-level-unsubscribed): Improve doc string. 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-art.el (gnus-article-summary-command-nosave) (gnus-article-read-summary-keys): Don't set the 3rd arg of pop-to-buffer for XEmacs. 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de> * man/gnus-faq.texi ([3.2]): Fix locating of environment variables in the Control Panel. * man/gnus.texi (Misc Article): Add index entry for gnus-single-article-buffer. 2007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org> * man/gnus.texi (Starting Up): Fix typo. 2007-06-25 Katsumi Yamaoka <yamaoka@jpl.org> * man/gnus.texi (Asynchronous Fetching): Fix typo. Revision: emacs@sv.gnu.org/emacs--rel--22--patch-54
author Miles Bader <miles@gnu.org>
date Tue, 10 Jul 2007 01:54:34 +0000
parents a8c400af8ac9
children 8c978e2792de cd3e38bb3dc7
comparison
equal deleted inserted replaced
78097:fe022dbdc0e4 78098:1d4e3c3b371a
945 945
946 @node Starting Up 946 @node Starting Up
947 @chapter Starting Gnus 947 @chapter Starting Gnus
948 @cindex starting up 948 @cindex starting up
949 949
950 If you are haven't used Emacs much before using Gnus, read @ref{Emacs 950 If you haven't used Emacs much before using Gnus, read @ref{Emacs for
951 for Heathens} first. 951 Heathens} first.
952 952
953 @kindex M-x gnus 953 @kindex M-x gnus
954 @findex gnus 954 @findex gnus
955 If your system administrator has set things up properly, starting Gnus 955 If your system administrator has set things up properly, starting Gnus
956 and reading news is extremely easy---you just type @kbd{M-x gnus} in 956 and reading news is extremely easy---you just type @kbd{M-x gnus} in
7171 the next 30 articles. If this variable is @code{t}, the back end will 7171 the next 30 articles. If this variable is @code{t}, the back end will
7172 pre-fetch all the articles it can without bound. If it is 7172 pre-fetch all the articles it can without bound. If it is
7173 @code{nil}, no pre-fetching will be done. 7173 @code{nil}, no pre-fetching will be done.
7174 7174
7175 @vindex gnus-async-prefetch-article-p 7175 @vindex gnus-async-prefetch-article-p
7176 @findex gnus-async-read-p 7176 @findex gnus-async-unread-p
7177 There are probably some articles that you don't want to pre-fetch---read 7177 There are probably some articles that you don't want to pre-fetch---read
7178 articles, for instance. The @code{gnus-async-prefetch-article-p} 7178 articles, for instance. The @code{gnus-async-prefetch-article-p}
7179 variable controls whether an article is to be pre-fetched. This 7179 variable controls whether an article is to be pre-fetched. This
7180 function should return non-@code{nil} when the article in question is 7180 function should return non-@code{nil} when the article in question is
7181 to be pre-fetched. The default is @code{gnus-async-read-p}, which 7181 to be pre-fetched. The default is @code{gnus-async-unread-p}, which
7182 returns @code{nil} on read articles. The function is called with an 7182 returns @code{nil} on read articles. The function is called with an
7183 article data structure as the only parameter. 7183 article data structure as the only parameter.
7184 7184
7185 If, for instance, you wish to pre-fetch only unread articles shorter 7185 If, for instance, you wish to pre-fetch only unread articles shorter
7186 than 100 lines, you could say something like: 7186 than 100 lines, you could say something like:
11502 11502
11503 @table @code 11503 @table @code
11504 11504
11505 @item gnus-single-article-buffer 11505 @item gnus-single-article-buffer
11506 @vindex gnus-single-article-buffer 11506 @vindex gnus-single-article-buffer
11507 @cindex article buffers, several
11507 If non-@code{nil}, use the same article buffer for all the groups. 11508 If non-@code{nil}, use the same article buffer for all the groups.
11508 (This is the default.) If @code{nil}, each group will have its own 11509 (This is the default.) If @code{nil}, each group will have its own
11509 article buffer. 11510 article buffer.
11510 11511
11511 @vindex gnus-article-decode-hook 11512 @vindex gnus-article-decode-hook
13507 @vindex nnmail-split-header-length-limit 13508 @vindex nnmail-split-header-length-limit
13508 Header lines longer than the value of 13509 Header lines longer than the value of
13509 @code{nnmail-split-header-length-limit} are excluded from the split 13510 @code{nnmail-split-header-length-limit} are excluded from the split
13510 function. 13511 function.
13511 13512
13513 @vindex nnmail-mail-splitting-decodes
13512 @vindex nnmail-mail-splitting-charset 13514 @vindex nnmail-mail-splitting-charset
13513 @vindex nnmail-mail-splitting-decodes 13515 By default, splitting does not decode headers, so you can not match on
13514 By default, splitting @acronym{MIME}-decodes headers so you 13516 non-@acronym{ASCII} strings. But it is useful if you want to match
13515 can match on non-@acronym{ASCII} strings. The 13517 articles based on the raw header data. To enable it, set the
13516 @code{nnmail-mail-splitting-charset} variable specifies the default 13518 @code{nnmail-mail-splitting-decodes} variable to a non-@code{nil} value.
13517 charset for decoding. The behavior can be turned off completely by 13519 In addition, the value of the @code{nnmail-mail-splitting-charset}
13518 binding @code{nnmail-mail-splitting-decodes} to @code{nil}, which is 13520 variable is used for decoding non-@acronym{MIME} encoded string when
13519 useful if you want to match articles based on the raw header data. 13521 @code{nnmail-mail-splitting-decodes} is non-@code{nil}. The default
13522 value is @code{nil} which means not to decode non-@acronym{MIME} encoded
13523 string. A suitable value for you will be @code{undecided} or be the
13524 charset used normally in mails you are interested in.
13520 13525
13521 @vindex nnmail-resplit-incoming 13526 @vindex nnmail-resplit-incoming
13522 By default, splitting is performed on all incoming messages. If you 13527 By default, splitting is performed on all incoming messages. If you
13523 specify a @code{directory} entry for the variable @code{mail-sources} 13528 specify a @code{directory} entry for the variable @code{mail-sources}
13524 (@pxref{Mail Source Specifiers}), however, then splitting does 13529 (@pxref{Mail Source Specifiers}), however, then splitting does