From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47929 Path: main.gmane.org!not-for-mail From: Denis Yakovlev Newsgroups: gmane.emacs.gnus.general Subject: Re: New agent code Date: Wed, 27 Nov 2002 13:47:01 +0300 Sender: owner-ding@hpc.uh.edu Message-ID: <87smxn2st6.fsf@gtn.ru> References: <87el9a4cro.fsf@enberg.org> <87k7j28j4q.fsf@enberg.org> <87adjy8hrj.fsf@enberg.org> <84hee6umu5.fsf@lucy.cs.uni-dortmund.de> <3DE2E7E0.3020903@xpediantsolutions.com> <84adjwwzx9.fsf@lucy.cs.uni-dortmund.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1038394431 21444 80.91.224.249 (27 Nov 2002 10:53:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 27 Nov 2002 10:53:51 +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 18GzpE-0005ZS-00 for ; Wed, 27 Nov 2002 11:53:48 +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 18Gzq7-0004qK-00; Wed, 27 Nov 2002 04:54:43 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 27 Nov 2002 04:55:30 -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 EAA24820 for ; Wed, 27 Nov 2002 04:55:15 -0600 (CST) Original-Received: (qmail 29595 invoked by alias); 27 Nov 2002 10:54:21 -0000 Original-Received: (qmail 29590 invoked from network); 27 Nov 2002 10:54:10 -0000 Original-Received: from unknown (HELO gtn.ru) (212.58.193.214) by gnus.org with SMTP; 27 Nov 2002 10:54:05 -0000 Original-Received: from master.home ([80.237.16.9]) by gtn.ru (8.10.2/8.10.2) with ESMTP id gARArd620808 for ; Wed, 27 Nov 2002 13:53:44 +0300 Original-Received: from denis by master.home with local (Exim 4.10 #1 (Debian)) id 18GznV-0000PE-00 for ; Wed, 27 Nov 2002 13:52:01 +0300 Original-To: ding@gnus.org In-Reply-To: <84adjwwzx9.fsf@lucy.cs.uni-dortmund.de> (kai.grossjohann@uni-duisburg.de's message of "Tue, 26 Nov 2002 08:30:42 +0100") User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-slackware-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47929 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47929 kai.grossjohann@uni-duisburg.de (Kai Großjohann) writes: > Kevin Greiner writes: >> Second, read-unmarked articles are removed from the .overview. You >> wouldn't happen to have gnus-agent-expire-all set? If so, you'll >> get the behavior that you are describing. > > Not that it's relevant, as I never invoked agent expiry, but I do > have it set to t. So I think I should change it just in case I > happen to invoke agent expiry... gnus-agent-expire-all set to nil. gnus-agent-expire removes articles older than gnus-agent-expire-days from disk (as it should), but removes almost all articles from .overview (1--3 articles remain). -- Denis K.Y.