From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/10613 Path: main.gmane.org!not-for-mail From: David Moore Newsgroups: gmane.emacs.gnus.general Subject: Re: Not running expiry when I exit a group Date: 07 Apr 1997 07:15:28 -0700 Sender: dmoore@sdnp5.ucsd.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035150454 25385 80.91.224.250 (20 Oct 2002 21:47:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:47:34 +0000 (UTC) Return-Path: Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.8.5/8.8.5) with SMTP id HAA13476 for ; Mon, 7 Apr 1997 07:47:30 -0700 Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Mon, 7 Apr 1997 16:14:01 +0200 Original-Received: (qmail 17885 invoked by uid 504); 7 Apr 1997 14:11:31 -0000 Original-Received: (qmail 17882 invoked from network); 7 Apr 1997 14:11:31 -0000 Original-Received: from mailbox1.ucsd.edu (132.239.1.53) by claymore.vcinet.com with SMTP; 7 Apr 1997 14:11:30 -0000 Original-Received: from sdnp5.ucsd.edu (sdnp5.ucsd.edu [132.239.79.10]) by mailbox1.ucsd.edu (8.8.5/8.6.9) with SMTP id HAA12898 for ; Mon, 7 Apr 1997 07:13:56 -0700 (PDT) Original-Received: by sdnp5.ucsd.edu (SMI-8.6/SMI-SVR4) id HAA01678; Mon, 7 Apr 1997 07:15:29 -0700 Original-To: ding@gnus.org X-Face: "oX;zS#-JU$-,WKSzG.1gGE]x^cIg!hW.dq>.f6pzS^A+(k!T|M:}5{_%>Io<>L&{hO7W4cicOQ|>/lZ1G(m%7iaCf,6Qgk0%%Bz7b2-W3jd0m_UG\Y;?]}4s0O-U)uox>P3JN)9cm]O\@,vy2e{`3pb!"pqmRy3peB90*2L Mail-Copies-To: never In-Reply-To: Kai Grossjohann's message of 07 Apr 1997 10:15:23 +0200 Original-Lines: 27 X-Mailer: Gnus v5.4.40/XEmacs 20.1(beta11) Xref: main.gmane.org gmane.emacs.gnus.general:10613 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:10613 Kai Grossjohann writes: > >>>>> David Moore writes: > > David> If you use total-expire, Gnus loops over every article in the > David> "active range" checking the dates on the files to see if they > David> should be expired. If you have an old ticked or cached > David> article the active range can be huge. > > Does Gnus behave differently with auto-expire? How is the behavior > different? With auto-expire (or manually marking things E), Gnus just removes the files marked E. Even if you have a large range, only articles recently marked E should still be in the list, so it should go faster. total-expire tries checking every article in the range. But then again, I don't use auto-expire anymore, as it took too much thinking about, and doesn't work well with scoring. > Does one need to mark articles as "read" rather than "dormant" or > "ticked" in order to benefit from the improvements from changing from > total-expire to auto-expire? If you use auto-expire you should get expiry benefits w/o changing those things, as it just looks only at the articles marked as expirable. But then things like adaptive scoring breaks.