aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGnus developers2012-01-30 23:30:22 +0000
committerKatsumi Yamaoka2012-01-30 23:30:22 +0000
commitba775afe0d3ba12dbb7ff94b6be0bbed9285e9d9 (patch)
treee605bd871ca95dea7189c939866710582cf695b1 /doc
parentd2859a4a2e0d19082f82fc899bb812d7ca9d1c35 (diff)
downloademacs-ba775afe0d3ba12dbb7ff94b6be0bbed9285e9d9.tar.gz
emacs-ba775afe0d3ba12dbb7ff94b6be0bbed9285e9d9.zip
Merge changes made in Gnus trunk
gnus.texi (Agent Basics): Fix outdated description of `gnus-agent-auto-agentize-methods'. rfc2047.el (rfc2047-encode-region): Allow not folding the encoded words. (rfc2047-encode-string): Ditto. (rfc2047-encode-parameter): Don't fold parameters. Some MUAs do not understand folded filename="..." parameters, for instance. gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent section in the manual.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/gnus.texi5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 7728041c83b..1883975b7f6 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -18236,8 +18236,7 @@ Agent. Go to the server buffer (@kbd{^} in the group buffer) and press
18236@kbd{J a} on the server (or servers) that you wish to have covered by the 18236@kbd{J a} on the server (or servers) that you wish to have covered by the
18237Agent (@pxref{Server Agent Commands}), or @kbd{J r} on automatically 18237Agent (@pxref{Server Agent Commands}), or @kbd{J r} on automatically
18238added servers you do not wish to have covered by the Agent. By default, 18238added servers you do not wish to have covered by the Agent. By default,
18239all @code{nntp} and @code{nnimap} servers in @code{gnus-select-method} and 18239no servers are agentized.
18240@code{gnus-secondary-select-methods} are agentized.
18241 18240
18242@item 18241@item
18243Decide on download policy. It's fairly simple once you decide whether 18242Decide on download policy. It's fairly simple once you decide whether
@@ -19263,7 +19262,7 @@ to agentize remote back ends. The auto-agentizing has the same effect
19263as running @kbd{J a} on the servers (@pxref{Server Agent Commands}). 19262as running @kbd{J a} on the servers (@pxref{Server Agent Commands}).
19264If the file exist, you must manage the servers manually by adding or 19263If the file exist, you must manage the servers manually by adding or
19265removing them, this variable is only applicable the first time you 19264removing them, this variable is only applicable the first time you
19266start Gnus. The default is @samp{(nntp nnimap)}. 19265start Gnus. The default is @samp{nil}.
19267 19266
19268@end table 19267@end table
19269 19268