info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Ignoring threads


From: Reiner Steib
Subject: Re: Ignoring threads
Date: Tue, 17 Oct 2006 18:38:15 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

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/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]