From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/24974 Path: main.gmane.org!not-for-mail From: Mike McEwan Newsgroups: gmane.emacs.gnus.general Subject: Re: Articles always unread? Date: 31 Aug 1999 19:56:36 +0100 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 1035162445 11610 80.91.224.250 (21 Oct 2002 01:07:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:07:25 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id PAA11993 for ; Tue, 31 Aug 1999 15:00:21 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id NAB16366; Tue, 31 Aug 1999 14:00:06 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 31 Aug 1999 13:59:16 -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 NAA04974 for ; Tue, 31 Aug 1999 13:59:03 -0500 (CDT) Original-Received: from finch-post-12.mail.demon.net (finch-post-12.mail.demon.net [194.217.242.41]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA11863 for ; Tue, 31 Aug 1999 14:58:08 -0400 (EDT) Original-Received: from lotusland.demon.co.uk ([158.152.62.156]) by finch-post-12.mail.demon.net with esmtp (Exim 2.12 #1) id 11Lt6a-000IAz-0C for ding@gnus.org; Tue, 31 Aug 1999 18:58:04 +0000 Original-Received: from mike by lotusland.demon.co.uk with local (Exim 3.03 #1) id 11Lt7b-0000SB-00 for ding@gnus.org; Tue, 31 Aug 1999 19:59:07 +0100 Original-To: ding@gnus.org In-Reply-To: Jochen Lillich's message of "31 Aug 1999 11:47:55 +0200" User-Agent: Gnus/5.070096 (Pterodactyl Gnus v0.96) XEmacs/21.2 (Shinjuku) Original-Lines: 26 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:24974 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:24974 Jochen Lillich writes: > Hi, > > is there a feature (like a group parameter) that lets me define mail > groups whose articles always stay unread, even if already read? Here's how I do this: In my ~/.gnus: (add-hook 'gnus-exit-group-hook '(lambda () (if (boundp 'clear-marks) (gnus-summary-clear-above -1)))) In the group parameters of the group(s) concerned: (clear-marks t) Provided you have not `scored down' any of the articles in the group to below `0', all the `read' marks will be cleared as you exit the group. -- Mike.