From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/61112 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: nnmaildir question Date: Fri, 07 Oct 2005 09:49:39 +0900 Organization: Emacsen advocacy group Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1128646603 20041 80.91.229.2 (7 Oct 2005 00:56:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 7 Oct 2005 00:56:43 +0000 (UTC) Original-X-From: ding-owner+m9644@lists.math.uh.edu Fri Oct 07 02:56:42 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ENgW6-0001FJ-PG for ding-account@gmane.org; Fri, 07 Oct 2005 02:55:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1ENgVy-00012D-00; Thu, 06 Oct 2005 19:55:10 -0500 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1ENgQo-000128-00 for ding@lists.math.uh.edu; Thu, 06 Oct 2005 19:49:50 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1ENgQm-0006fo-04 for ding@lists.math.uh.edu; Thu, 06 Oct 2005 19:49:50 -0500 Original-Received: from washington.hostforweb.net ([66.225.201.13]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1ENgQk-0001n5-00 for ; Fri, 07 Oct 2005 02:49:46 +0200 Original-Received: from localhost ([127.0.0.1]:45217) by washington.hostforweb.net with esmtpa (Exim 4.52) id 1ENgQw-0005wB-8J for ding@gnus.org; Thu, 06 Oct 2005 19:49:58 -0500 Original-To: ding@gnus.org X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:HbU10MJWOfV3+BojKeMWFaFqp2c= X-Hashcash: 1:20:051007:ding@gnus.org::+54mnNnEqghzs3kn:00000Otx X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - washington.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:61112 Archived-At: > Katsumi Yamaoka wrote: >> I have a doubt whether nnmaildir actually supports the expiry-wait >> group parameter and also the expiry-wait-function group parameter. >>>>> In Paul Jarc wrote: > It uses the nnmail-expiry-wait(-function) variables. I believe Gnus > sets those variables according to the group parameters (at least, that > was my understandign when I wrote that part of the manual), but I > could be wrong. I see. Thanks. I found gnus-group-expire-articles-1 binds nnmail-expiry-wait to the expiry-wait group parameter. However, Gnus doesn't seem to support the group parameter called `expiry-wait-function' (yet). gnus-group-expire-articles-1 simply binds nnmail-expiry-wait-function to nil when expiry-wait is specified. (I don't feel such one is very useful, though.) > Katsumi Yamaoka wrote: >> In addition, the other item in the Maildir Info section: >> >> `expire-group' >> [...] >> to put the article. _If this parameter is not set, `nnmaildir' >> does not fall back to the `expiry-target' group parameter or the >> `nnmail-expiry-target' variable._ >> >> The last sentence seems to have to be corrected into: >> >> _If this parameter is set, ... >>>>> In Paul Jarc wrote: > No, it's correct as-is, but maybe it could be clearer. The user might > expect nnmaildir to fall back to expiry-target when expire-group is > not set, and this is meant to warn them that this will not happen. I see. So, could it be `_Even if this parameter is not set, ...'?