emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/gnus.texi,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/gnus.texi,v
Date: Tue, 10 Jul 2007 02:02:40 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     07/07/10 02:02:36

Index: man/gnus.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/man/gnus.texi,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -b -r1.116 -r1.117
--- man/gnus.texi       11 Jun 2007 00:56:04 -0000      1.116
+++ man/gnus.texi       10 Jul 2007 02:02:35 -0000      1.117
@@ -947,8 +947,8 @@
 @chapter Starting Gnus
 @cindex starting up
 
-If you are haven't used Emacs much before using Gnus, read @ref{Emacs
-for Heathens} first.
+If you haven't used Emacs much before using Gnus, read @ref{Emacs for
+Heathens} first.
 
 @kindex M-x gnus
 @findex gnus
@@ -7173,12 +7173,12 @@
 @code{nil}, no pre-fetching will be done.
 
 @vindex gnus-async-prefetch-article-p
address@hidden gnus-async-read-p
address@hidden gnus-async-unread-p
 There are probably some articles that you don't want to pre-fetch---read
 articles, for instance.  The @code{gnus-async-prefetch-article-p}
 variable controls whether an article is to be pre-fetched.  This
 function should return address@hidden when the article in question is
-to be pre-fetched.  The default is @code{gnus-async-read-p}, which
+to be pre-fetched.  The default is @code{gnus-async-unread-p}, which
 returns @code{nil} on read articles.  The function is called with an
 article data structure as the only parameter.
 
@@ -11504,6 +11504,7 @@
 
 @item gnus-single-article-buffer
 @vindex gnus-single-article-buffer
address@hidden article buffers, several
 If address@hidden, use the same article buffer for all the groups.
 (This is the default.)  If @code{nil}, each group will have its own
 article buffer.
@@ -13509,14 +13510,18 @@
 @code{nnmail-split-header-length-limit} are excluded from the split
 function.
 
address@hidden nnmail-mail-splitting-charset
 @vindex nnmail-mail-splitting-decodes
-By default, splitting @acronym{MIME}-decodes headers so you
-can match on address@hidden strings.  The
address@hidden variable specifies the default
-charset for decoding.  The behavior can be turned off completely by
-binding @code{nnmail-mail-splitting-decodes} to @code{nil}, which is
-useful if you want to match articles based on the raw header data.
address@hidden nnmail-mail-splitting-charset
+By default, splitting does not decode headers, so you can not match on
address@hidden strings.  But it is useful if you want to match
+articles based on the raw header data.  To enable it, set the
address@hidden variable to a address@hidden value.
+In addition, the value of the @code{nnmail-mail-splitting-charset}
+variable is used for decoding address@hidden encoded string when
address@hidden is address@hidden  The default
+value is @code{nil} which means not to decode address@hidden encoded
+string.  A suitable value for you will be @code{undecided} or be the
+charset used normally in mails you are interested in.
 
 @vindex nnmail-resplit-incoming
 By default, splitting is performed on all incoming messages.  If you




reply via email to

[Prev in Thread] Current Thread [Next in Thread]