From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/20852 Path: main.gmane.org!not-for-mail From: Michael Cook Newsgroups: gmane.emacs.gnus.general Subject: Re: Pterodactyl Gnus v0.75 is released Date: 01 Feb 1999 23:09:15 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <80yamhjvkk.fsf@tma-1.sightpath.com> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035159070 20006 80.91.224.250 (21 Oct 2002 00:11:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:11:10 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id XAA03354 for ; Mon, 1 Feb 1999 23:11:32 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.1/8.9.1) with ESMTP id WAB02205; Mon, 1 Feb 1999 22:10:40 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 01 Feb 1999 22:10:56 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id WAA25241 for ; Mon, 1 Feb 1999 22:10:44 -0600 (CST) Original-Received: from tma-1.sightpath.com (tma-1.sightpath.com [208.246.45.91]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id XAA03337 for ; Mon, 1 Feb 1999 23:10:36 -0500 (EST) Original-Received: (from cook@localhost) by tma-1.sightpath.com (8.9.1a/8.9.1) id XAA28949; Mon, 1 Feb 1999 23:09:16 -0500 (EST) Original-To: ding@gnus.org In-Reply-To: Lars Magne Ingebrigtsen's message of "01 Feb 1999 22:18:38 +0100" Original-Lines: 19 User-Agent: Gnus/5.070075 (Pterodactyl Gnus v0.75) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:20852 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:20852 Behold! A patch! 1999-02-01 Michael Cook * Defenestrate spurious ?a. --- gnus-cus.el.~1~ Mon Feb 1 16:18:49 1999 +++ gnus-cus.el Mon Feb 1 23:02:39 1999 @@ -108,7 +108,7 @@ (const signature) string ) "\ Banner to be removed from articles.") -a + (auto-expire (const :tag "Automatic Expire" t) "\ All articles that are read will be marked as expirable.") M.