Previous: Batching Agents, Up: Gnus Unplugged [Contents][Index]
The Gnus Agent doesn’t seem to work like most other offline newsreaders. Here are some common questions that some imaginary people may ask:
Yes, because of the default value of
gnus-agent-eagerly-store-articles
. An alternative is to add
gnus-agent-fetch-selected-article
to
gnus-select-article-hook
.
the Agent, will it get downloaded once more?
No, unless gnus-agent-cache
is nil
.
In short, when Gnus is unplugged, it only looks into the locally stored articles; when it’s plugged, it talks to your ISP and may also use the locally stored articles.