From 86ae1c67426b01486f0debf1136f51a07b3c34cd Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Tue, 2 Dec 2003 20:29:58 +0000 Subject: [PATCH] (Agent Variables): Fix. --- texi/ChangeLog | 4 ++++ texi/gnus.texi | 9 +++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/texi/ChangeLog b/texi/ChangeLog index 2149ef6be..671fd9490 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,7 @@ +2003-12-02 Simon Josefsson + + * gnus.texi (Agent Variables): Fix. + 2003-12-01 Jesper Harder * gnus.texi: Add missing mode to some @kindex'es. diff --git a/texi/gnus.texi b/texi/gnus.texi index 7f4c22096..246d6b0b0 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -18404,8 +18404,13 @@ read. The default is t. @item gnus-agent-consider-all-articles @vindex gnus-agent-consider-all-articles If @code{gnus-agent-consider-all-articles} is non-@code{nil}, the -agent will fetch all missing headers. When @code{nil}, the agent will -fetch only new headers. The default is @code{nil}. +agent will let the agent predicate decide whether articles need to be +downloaded or not, for all articles. When @code{nil}, the default, +the agent will only let the predicate decide whether unread articles +are downloaded or not. If you enable this, you may also want to look +into the agent expiry settings (@pxref{Category Variables}), so that +the agent doesn't download article which the agent will later expire, +over and over again. @item gnus-agent-max-fetch-size @vindex gnus-agent-max-fetch-size -- 2.34.1