Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Les Harris <lharris@gnome.org>
To: info-gnus-english@gnu.org
Subject: Re: Group Specific Sorting and Threading
Date: Tue, 22 Apr 2014 08:25:42 -0700	[thread overview]
Message-ID: <lj61oa$257$1@ger.gmane.org> (raw)
In-Reply-To: <53560e26$0$2056$426a34cc@news.free.fr>

Damien Wyart <damien.wyart@free.fr> writes:
> You can find something close to this in this file
> (http://people.irisa.fr/Nicolas.Berthier/file:.gnus.el):

This was almost exactly what I was looking for. It's so simple when
it's staring you in the face.  Thank you much!

The following is what I've put into my Gnus init:

,----
| (add-hook
|  'gnus-summary-mode-hook
|  (lambda ()
|    (when (string-match "^nnrss:CSW.*" gnus-newsgroup-name)
|      (make-local-variable 'gnus-show-threads)
|      (make-local-variable 'gnus-use-adaptive-scoring)
|      (make-local-variable 'gnus-use-scoring)
|      (make-local-variable 'gnus-score-find-score-files-function)
|      (setq gnus-show-threads nil
| 	   gnus-use-adaptive-scoring nil
| 	   gnus-use-scoring t
| 	   gnus-score-find-score-files-function 'gnus-score-find-single)
| 	 (gnus-summary-sort-by-date))))
`----

-- 
Do they only stand
By ignorance, is that their happy state,
The proof of their obedience and their faith?



  reply	other threads:[~2014-04-22 15:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.20028.1398143245.10748.info-gnus-english@gnu.org>
2014-04-22  6:30 ` Damien Wyart
2014-04-22 13:25   ` Igor Sosa Mayor
2014-04-22  6:37 ` Damien Wyart
2014-04-22 15:25   ` Les Harris [this message]
2014-04-22  5:05 Les Harris

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='lj61oa$257$1@ger.gmane.org' \
    --to=lharris@gnome.org \
    --cc=info-gnus-english@gnu.org \
    /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).