Gnus development mailing list
 help / color / mirror / Atom feed
From: Mike McEwan <mike@lotusland.demon.co.uk>
Subject: Re: Articles always unread?
Date: 31 Aug 1999 19:56:36 +0100	[thread overview]
Message-ID: <m3n1v7n5i3.fsf@lotusland.demon.co.uk> (raw)
In-Reply-To: Jochen Lillich's message of "31 Aug 1999 11:47:55 +0200"

Jochen Lillich <jochen@dynamis.de> 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.


      parent reply	other threads:[~1999-08-31 18:56 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-08-31  9:47 Jochen Lillich
1999-08-31 11:42 ` Russ Allbery
1999-08-31 12:03 ` Shaun Lipscombe
1999-08-31 12:24 ` Hrvoje Niksic
1999-08-31 13:36   ` Jochen Lillich
1999-08-31 15:37     ` Kai Großjohann
1999-08-31 18:56 ` Mike McEwan [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3n1v7n5i3.fsf@lotusland.demon.co.uk \
    --to=mike@lotusland.demon.co.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).