From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/54595 Path: main.gmane.org!not-for-mail From: Norbert Koch Newsgroups: gmane.emacs.gnus.general Subject: Re: How do I mark messages for deletion? Date: Fri, 31 Oct 2003 16:58:15 +0100 Sender: ding-owner@lists.math.uh.edu Message-ID: References: <76fzh9zdft.fsf@newjersey.ppllc.com> <768yn1zabn.fsf@newjersey.ppllc.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1067615792 15631 80.91.224.253 (31 Oct 2003 15:56:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 31 Oct 2003 15:56:32 +0000 (UTC) Original-X-From: ding-owner+M3136@lists.math.uh.edu Fri Oct 31 16:56:30 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AFbdW-0004dZ-00 for ; Fri, 31 Oct 2003 16:56:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1AFbdH-0006fZ-00; Fri, 31 Oct 2003 09:56:15 -0600 Original-Received: from justine.libertine.org ([66.139.78.221]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AFbd9-0006fT-00 for ding@lists.math.uh.edu; Fri, 31 Oct 2003 09:56:07 -0600 Original-Received: from mail.LF.net (mail.LF.net [212.9.160.2]) by justine.libertine.org (Postfix) with ESMTP id 1A8553A0062 for ; Fri, 31 Oct 2003 09:56:06 -0600 (CST) Original-Received: from pd9518645.dip.t-dialin.net ([217.81.134.69] helo=redqueen.bytechase.cx) by mail.LF.net with esmtp (Exim 4.22) id 1AFbd4-000Mc5-TB for ding@gnus.org; Fri, 31 Oct 2003 16:56:03 +0100 Original-Received: from nk by redqueen.bytechase.cx with local (Exim 4.22) id 1AFbfD-000G6o-U9 for ding@gnus.org; Fri, 31 Oct 2003 16:58:15 +0100 Original-To: ding@gnus.org X-Face: 9,{UOz`879Gt1t?~vOo"iN!BBRwO (Jake Colman's message of "Fri, 31 Oct 2003 10:38:36 -0500") User-Agent: Gnus/5.1003 (Gnus v5.10.3) XEmacs/21.4 (Reasonable Discussion, berkeley-unix) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:54595 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:54595 Jake Colman writes: > Will gnus delete mail without an 'E' expiry mark? Or is t only the expiry > process that does it? If you activate total-expire for a group, every read (and unticked) message is put through the expiry mechanism. > While on the topic, I have never been clear on the difference between > auto-expire and total-expire. Can you maybe explain? Hmm, I haven't looked at the code, so I can't provide more information as the manual "(gnus)Expiring Mail": ,---- | In a nutshell, "auto-expire" means that Gnus hits `E' for | you when you select an article. And "total-expire" means that Gnus | considers all articles as expirable that are read. So, in addition to | the articles marked `E', also the articles marked `r', `R', `O', `K', | `Y' and so on are considered expirable. `---- norbert.