Gnus development mailing list
 help / color / mirror / Atom feed
From: Felix Lee <flee@teleport.com>
Subject: Re: Gnus keeps fetching read Articles from the Server
Date: Sat, 24 Jan 1998 20:57:23 -0800	[thread overview]
Message-ID: <199801250455.UAA16928@smtp3.teleport.com> (raw)
In-Reply-To: Your message of 08 Jan 1998 07:12:29 GMT. <m3k9cbfnhe.fsf@typhoon.ncc.co.uk>

> [Synopsis] With gnus-asynchronous, gnus-keep-backlog and
> gnus-use-cache all set Gnus still re-reads selected articles from the
> server when they have previously been viewed with X u or MIME decoded.

yup.  I noticed this a while ago and didn't get around to
tracking it down until now.

the problem is, gnus gives articles to gnus-backlog only if
it fetched the article directly.  any articles that come out
of gnus-async don't make it into the backlog.

patch for qgnus 0.22:

*** gnus-art.el	1998/01/25 04:52:19	1.1
--- gnus-art.el	1998/01/25 04:53:29
***************
*** 2451,2456 ****
--- 2451,2459 ----
  	   ;; Check asynchronous pre-fetch.
  	   ((gnus-async-request-fetched-article group article (current-buffer))
  	    (gnus-async-prefetch-next group article gnus-summary-buffer)
+ 	    (when gnus-keep-backlog
+ 	      (gnus-backlog-enter-article
+ 	       group article (current-buffer)))
  	    'article)
  	   ;; Check the cache.
  	   ((and gnus-use-cache




  reply	other threads:[~1998-01-25  4:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-01-08  7:12 Eze Ogwuma
1998-01-25  4:57 ` Felix Lee [this message]
1998-01-25 11:25   ` Eze Ogwuma

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199801250455.UAA16928@smtp3.teleport.com \
    --to=flee@teleport.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).