From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/24535 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: suggestion for expiry Date: 28 Jul 1999 17:27:06 +0200 Sender: owner-ding@hpc.uh.edu 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 1035162085 9270 80.91.224.250 (21 Oct 2002 01:01:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:01:25 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id LAA02735 for ; Wed, 28 Jul 1999 11:31:40 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.3/8.9.3) with ESMTP id KAB09244; Wed, 28 Jul 1999 10:27:58 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 28 Jul 1999 10:28:52 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id KAA05149 for ; Wed, 28 Jul 1999 10:28:42 -0500 (CDT) Original-Received: from unikabox.pdc.kth.se (unikabox.pdc.kth.se [130.237.221.166]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id LAA02571 for ; Wed, 28 Jul 1999 11:27:28 -0400 (EDT) Original-Received: (from jas@localhost) by unikabox.pdc.kth.se (8.8.5/8.8.5) id RAA09404; Wed, 28 Jul 1999 17:27:06 +0200 (METDST) Original-To: Max Froumentin In-Reply-To: Max Froumentin's message of "28 Jul 1999 15:53:48 +0100" Original-Lines: 17 User-Agent: Gnus/5.070095 (Pterodactyl Gnus v0.95) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:24535 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:24535 Max Froumentin writes: > I don't think that using the filesystem's access-time would work on > individual articles in nnfolders. Gnus use a date from X-Gnus-Article-Number in nnfolder's when expiring articles, it could be modified to update that date to indicate when the article actually became eligeble for expiring. That would even work, using access-time in nnml groups is not a good idea -- articles might not be expired at all due to backups, glimpse, filesystems where atime=mtime etc. OTOH and similar to nnfolder, one could have nnml touch files when a article actually became eligeble for expiring. I'm not saying it's a good idea though, I've no problem with the current behaviour.