On Tue, Oct 17 2006, Hadron Quark wrote:

> Maybe someone more experienced could explain if Reiner's solution is better?

It is different.  `L r S' is scoring on References rather than scoring
on subject.

> ,----
> | (defun cg-gnus-summary-ignore-thread ()
> |   (interactive)
> |   (let* ((hdr (gnus-summary-article-header))
> |          (subj (aref hdr 1)))
> |     (gnus-summary-score-entry "Subject" subj 'S' -1000
> |                               (current-time-string))

Shouldn't this read 's instead of 'S'?

        (gnus-summary-score-entry "Subject" subj 's -1000

> |     (gnus-summary-limit-to-unread)
> |     (gnus-summary-scroll-up 0)))

This is not related to scoring.  Maybe it's desirable, maybe not.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to