From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47838 Path: main.gmane.org!not-for-mail From: Henrik Enberg Newsgroups: gmane.emacs.gnus.general Subject: Re: New agent code Date: Mon, 25 Nov 2002 04:12:16 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: <87adjy8hrj.fsf@enberg.org> References: <87el9a4cro.fsf@enberg.org> <87k7j28j4q.fsf@enberg.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1038193996 2822 80.91.224.249 (25 Nov 2002 03:13:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 25 Nov 2002 03:13:16 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18G9gQ-0000jO-00 for ; Mon, 25 Nov 2002 04:13:15 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18G9h9-0003qA-00; Sun, 24 Nov 2002 21:13:59 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 24 Nov 2002 21:14:47 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@[209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id VAA17094 for ; Sun, 24 Nov 2002 21:14:25 -0600 (CST) Original-Received: (qmail 25702 invoked by alias); 25 Nov 2002 03:13:31 -0000 Original-Received: (qmail 25696 invoked from network); 25 Nov 2002 03:13:31 -0000 Original-Received: from maile.telia.com (194.22.190.16) by gnus.org with SMTP; 25 Nov 2002 03:13:30 -0000 Original-Received: from d1o1112.telia.com (d1o1112.telia.com [213.67.192.241]) by maile.telia.com (8.12.5/8.12.5) with ESMTP id gAP3DPae018273 for ; Mon, 25 Nov 2002 04:13:30 +0100 (CET) X-Original-Recipient: Original-Received: from rocksteady (h37n2fls32o1112.telia.com [213.65.65.37]) by d1o1112.telia.com (8.10.2/8.10.1) with ESMTP id gAP3DOg08222 for ; Mon, 25 Nov 2002 04:13:25 +0100 (CET) Original-Received: by rocksteady (Postfix, from userid 1000) id B13BD37B0B; Mon, 25 Nov 2002 04:12:36 +0100 (CET) Original-To: ding@gnus.org In-Reply-To: <87k7j28j4q.fsf@enberg.org> (Henrik Enberg's message of "Mon, 25 Nov 2002 03:42:45 +0100") User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47838 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47838 > I wrote: > The only breakage I currently see is that it still expires all but > the last article when doing gnus-agent-expire. I spoke too soon. It doesn't actually expire the articles, it just removes them from the .overview. This isn't intended behavior, is it? Anyway, I can get them back with gnus-agent-regenerate which is a wonderful thing to have working. Also, the agent seems to be a lot snappier now.