From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/35437 Path: main.gmane.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: expiring mail? Date: 21 Mar 2001 23:54:58 +0100 Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035171181 3079 80.91.224.250 (21 Oct 2002 03:33:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:33:01 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: (qmail 9866 invoked by alias); 21 Mar 2001 22:55:30 -0000 Original-Received: (qmail 9861 invoked from network); 21 Mar 2001 22:55:29 -0000 Original-Received: from waldorf.cs.uni-dortmund.de (129.217.4.42) by gnus.org with SMTP; 21 Mar 2001 22:55:29 -0000 Original-Received: from marcy.cs.uni-dortmund.de (marcy.cs.uni-dortmund.de [129.217.20.159]) by waldorf.cs.uni-dortmund.de with ESMTP id XAA01674; Wed, 21 Mar 2001 23:54:58 +0100 (MET) Original-Received: from lucy.cs.uni-dortmund.de (lucy [129.217.20.160]) by marcy.cs.uni-dortmund.de id XAA23971; Wed, 21 Mar 2001 23:54:58 +0100 (MET) Original-Received: (from grossjoh@localhost) by lucy.cs.uni-dortmund.de (8.9.3/8.9.3/Debian 8.9.3-21) id XAA06489; Wed, 21 Mar 2001 23:54:58 +0100 X-Face: 6=pZ4hVbjN:C?j1$h/-bi4:F%*~B#Rxb$[0%!{5NK"dE:_QRAM]Dzl=$yMu%Rh4xCSm/#>! $n%@SHJ](KFJKL,uF\=G=bRJQC$ ?+Dlxu*pj.Z,-GK<~y7sd/l*PN\]>} In-Reply-To: (Nick Papadonis's message of "21 Mar 2001 12:46:51 -0500") User-Agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/21.0.101 Original-Lines: 28 Xref: main.gmane.org gmane.emacs.gnus.general:35437 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:35437 On 21 Mar 2001, Nick Papadonis wrote: > 1) When doing a C-U in the group buffer, why does gnus say I have SO > MANY messages in a group? I know there arn't close to the amount > stated. Holes in article number sequence. You can compress the sequence by moving all articles from a group into the same group. Gnus uses an estimate based on first and last article number because of efficiency: this data can be had from an NNTP server very quickly, and the exact number is hard to get. > 2) Is there a simple way to expire all articles marked 'O'? Like a > function to call inside the summary buffer? I guess total expire > doesn't work on 'O'-old articles? You can use the limiting commands (start with `/') to view exactly the articles you want to expire (mark as expirable?). Then you can use `M P a' to mark all these articles as processable, then `E' or `M-& E' to mark them expirable. total-expire does work on `O' articles because they are read. See the node on read vs unread articles in the info file. kai -- Be indiscrete. Do it continuously.