Re: [Noffle-devel] Newsgroup line missing
Brought to you by:
bears
From: Jim H. <jim...@ac...> - 2002-03-13 08:30:26
|
On 13-Mar-2002 Mirko Liss wrote: > Mardy wrote: > [..bogus headers in online mode..] >> I suspect that slrn caches some info... > > No, it's a bug of noffle/src/server.c:doArtInDb(). > That procedure prints the headers of an article ( doHeadInDb() ) > _before_ evt. retrieving and printing the body ( doBodyInDb() ). Well spotted, Mirko. 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. Do you agree? -- Jim Hague - jim...@in... (Work), ji...@be... (Play) Never trust a computer you can't lift or you don't control. |