* gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
authorKevin Greiner <kevin.greiner@compsol.cc>
Mon, 6 Jan 2003 07:11:12 +0000 (07:11 +0000)
committerKevin Greiner <kevin.greiner@compsol.cc>
Mon, 6 Jan 2003 07:11:12 +0000 (07:11 +0000)
commit8477b3f66dc3fb09c5bcfc10be18f22a109cf7e0
tree0f778c3c9de0cab5ed38541eb9b267618aab49fe
parentddc4559686cad2f1330f9f7b47a947afb114e490
* gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
in either the group or summary buffer.
New command "JS", in summary buffer, will fetch articles per the
group's category, predicate, and processable flags.
(gnus-agent-summary-fetch-series): Rewritten to call
gnus-agent-session-fetch-group once with all articles in the
series.
(gnus-agent-summary-fetch-group): Fixed bug and modified code to
return list of fetched articles.
(gnus-agent-fetch-articles): Split fetch list into sublists such
that the article buffer is only slightly larger than
gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
the group's article alist is saved.
(gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
longer result in the agent trying to fetch an article.
(gnus-agent-fetch-group-1): Can now be called in either the group
or summary buffer.  Removed the max-fetch-size code that I added
on 2002-12-13 as that capability is now part of
gnus-agent-fetch-articles.  Added code to update summary buffer.
When called in the group buffer, articles that can not be fetched
are AUTOMATICALLY MARKED AS READ.
lisp/gnus-agent.el