Gnus development mailing list
 help / color / mirror / Atom feed
* How about one `gnus-summary-mark-as-ancient'?
@ 1999-10-05 23:10 Rui Zhu
  1999-11-06  3:22 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Rui Zhu @ 1999-10-05 23:10 UTC (permalink / 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!


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-11-06  3:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-10-05 23:10 How about one `gnus-summary-mark-as-ancient'? Rui Zhu
1999-11-06  3:22 ` Lars Magne Ingebrigtsen

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).