Re: [Noffle-devel] Newsgroup line missing
Brought to you by:
bears
From: Markus E. <me...@ma...> - 2002-03-13 12:03:40
|
On Wed, Mar 13, 2002 at 08:30:18AM -0000, Jim Hague wrote: > I think we need to break out the online mode code that determines if the > article is retrieved and retrieves it if not, and call that in doHeadInDb() as > well as in doBodyInDb(). Plus doHeadInDb() should mark the article and > references as 'interesting' as well. there are some older news readers (like pine) that use a series of HEAD commands for getting the group overview (probably because XOVER was not available everywhere). That is why I did not count articles as interesting or to be marked for download when a HEAD command is received, but only when an ARTICLE or BODY command comes. - Markus |