From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68587 Path: news.gmane.org!not-for-mail From: Mike Kupfer Newsgroups: gmane.emacs.gnus.general Subject: Re: auto auto-expirable Date: Mon, 01 Jun 2009 19:23:13 -0700 Message-ID: <12651.1243909393@rawbw.com> References: NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1243909477 23912 80.91.229.12 (2 Jun 2009 02:24:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Jun 2009 02:24:37 +0000 (UTC) Cc: ding@gnus.org To: Katsumi Yamaoka Original-X-From: ding-owner+M17018@lists.math.uh.edu Tue Jun 02 04:24:33 2009 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1MBJfz-00074G-BZ for ding-account@gmane.org; Tue, 02 Jun 2009 04:24:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1MBJf9-0004fv-7d; Mon, 01 Jun 2009 21:23:39 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1MBJf7-0004ff-H8 for ding@lists.math.uh.edu; Mon, 01 Jun 2009 21:23:37 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1MBJf1-0007jE-Iu for ding@lists.math.uh.edu; Mon, 01 Jun 2009 21:23:37 -0500 Original-Received: from shell.rawbw.com ([198.144.192.42] ident=root) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1MBJfV-0007un-00 for ; Tue, 02 Jun 2009 04:24:01 +0200 Original-Received: from rawbw.com (m208-249.dsl.rawbw.com [198.144.208.249]) by shell.rawbw.com (8.13.6/8.13.6) with ESMTP id n522NESg047471; Mon, 1 Jun 2009 19:23:14 -0700 (PDT) In-Reply-To: Your message of "Mon, 01 Jun 2009 20:20:00 +0900." X-Mailer: MH-E 8.0.3; nmh 1.2; XEmacs 21.4 (patch 22) X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:68587 Archived-At: I don't have much experience writing Emacs docstrings, but FWIW here's an attempt to tighten the wording. Thanks for making this customizable. > :function gnus-group-auto-auto-expirable-p > :function-document > "Check whether articles that havie been read are automatically marked as expirable when moved to or copied to GROUP." "Indicate whether articles that are marked expirable should retain that mark when moved or copied to GROUP." > :variable gnus-auto-auto-expirable-newsgroups > :variable-default nil > :variable-document > "Groups in which articles that have been read are automatically marked as expirable when moved to or copied to there. "Articles that are moved or copied into these groups will retain the expirable mark. > If non-nil, this should be a regexp that should match all groups in > which to perform auto auto-expiry. If this is nil or the group name > does not match this, the expirable marks of articles that have been > read will remain (not be set forcibly) when they are moved to or > copied to the group in which to perform auto-expiry. This only makes > sense for mail groups." Should that be "If this is nil... the expirable marks of articles will be cleared"? > :variable-group nnmail-expire > :variable-type '(choice (const nil) > regexp) > :parameter-type '(const :tag "Automatic Auto-Expire" t) > :parameter-document > "Article that have been read will be automatically marked as expirable when moved to or copied to this group if this group is set to perform auto-expiry.") "Articles that have the expirable mark will retain that mark if moved or copied into a matching group, assuming the group does auto-expiry." cheers, mike