Gnus development mailing list
 help / color / mirror / Atom feed
From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann)
Subject: Re: Only marking *non-read* articles as expired with auto-expire.
Date: 12 Sep 1999 12:49:33 +0200	[thread overview]
Message-ID: <vafd7vo1k1u.fsf@lucy.cs.uni-dortmund.de> (raw)
In-Reply-To: Rob Browning's message of "12 Sep 1999 03:32:14 -0500"

Rob Browning <rlb@cs.utexas.edu> writes:

> Is there a simple way to have gnus not mark read articles as expired
> when you're using auto-expire and you re-select the article?

I have been hit by the same thing.  Here's what I did:

;; Use this for auto-expire only.
(remove-hook 'gnus-mark-article-hook 
             'gnus-summary-mark-read-and-unread-as-read)
(add-hook 'gnus-mark-article-hook 'gnus-summary-mark-unread-as-read)

Does this work for you?

kai
-- 
I like BOTH kinds of music.


  reply	other threads:[~1999-09-12 10:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-09-12  8:32 Rob Browning
1999-09-12 10:49 ` Kai Großjohann [this message]
1999-09-12 17:12   ` Rob Browning

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=vafd7vo1k1u.fsf@lucy.cs.uni-dortmund.de \
    --to=kai.grossjohann@cs.uni-dortmund.de \
    /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).