From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/34783 Path: main.gmane.org!not-for-mail From: Per Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Just casching NOV lines... Date: 14 Feb 2001 16:08:25 +0100 Organization: The Church of Emacs Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035170642 32081 80.91.224.250 (21 Oct 2002 03:24:02 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:24:02 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by mailhost.sclp.com (Postfix) with ESMTP id 29C08D049D for ; Wed, 14 Feb 2001 10:08:55 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id JAC06788; Wed, 14 Feb 2001 09:08:52 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 14 Feb 2001 09:08:12 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id JAA05142 for ; Wed, 14 Feb 2001 09:08:03 -0600 (CST) Original-Received: from sheridan.dina.kvl.dk (sheridan.dina.kvl.dk [130.225.40.227]) by mailhost.sclp.com (Postfix) with ESMTP id 4D786D049D for ; Wed, 14 Feb 2001 10:08:28 -0500 (EST) Original-Received: from ssv2.dina.kvl.dk (ssv2.dina.kvl.dk [130.225.40.226]) by sheridan.dina.kvl.dk (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id QAA22420; Wed, 14 Feb 2001 16:08:25 +0100 Original-Received: from abraham by ssv2.dina.kvl.dk with local (Exim 3.12 #1 (Debian)) id 14T3Xd-0000wq-00; Wed, 14 Feb 2001 16:08:25 +0100 Original-To: ding@gnus.org X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM|8MBp/ User-Agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/20.7 Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 18 Xref: main.gmane.org gmane.emacs.gnus.general:34783 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:34783 Hi! I have a KILL file entry[1] that marks my own messages "dormant". This means I don't have to read them, but that they automatically becomes visible when anyone answers them. However, I also think this is what causes Gnus to attempt to fetch several megabytes of old NOV information from the server in groups where I have old dormant messages. I suspect people with old unread or ticked articles have the same problem. So I wondered, would it be possible to cache just the NOV information, so when I enter a group it will just fetch the new NOV headers, not all the headers it has fetched before? It would save a lot of bandwidth and probably unload the server as well. Footnotes: [1] (gnus-kill "From" "Per Abrahamsen" '(gnus-summary-mark-as-dormant 1))