Gnus development mailing list
 help / color / mirror / Atom feed
From: Rui Zhu <sprache@iname.com>
Subject: How about one `gnus-summary-mark-as-ancient'?
Date: 06 Oct 1999 01:10:11 +0200	[thread overview]
Message-ID: <87zoxxjtf0.fsf@cs.tu-berlin.de> (raw)

Hi, there,

When I reopened the old articles in a scored group accidentally or
for test purpose, I'd like to mark it old (ancient) to prevent it
being adaptive scored (I think few people will like to score on
`gnus-ancient-mark', might be wrong?).  Maybe I'm too paranoid, think
if I've set `gnus-decay-scores' to `t'.  Does some others think such a
new command be handy so it can be merged into pgnus later?  Or have I
overlooked some features already in Gnus?

The attached code is shamelessly stolen from
`gnus-summary-mark-as-dormant' or `gnus-summary-mark-as-expirable', just
change a little.  I personally bind it to key `M O' now.

;; begin
(defun gnus-summary-mark-as-ancient (n)
  "Mark N articles forward as ancient.
If N is negative, mark backward instead.  The difference between N and
the actual number of articles marked is returned."
  (interactive "p")
  (gnus-summary-mark-forward n gnus-ancient-mark))
;; end

#\Rui

-- 
Happy Gnusing!


             reply	other threads:[~1999-10-05 23:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-10-05 23:10 Rui Zhu [this message]
1999-11-06  3:22 ` Lars Magne Ingebrigtsen

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=87zoxxjtf0.fsf@cs.tu-berlin.de \
    --to=sprache@iname.com \
    /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).