Gnus development mailing list
 help / color / mirror / Atom feed
From: Raymond Scholz <rscholz@tzi.de>
Subject: gnus-summary-thread-gathering-function and digests
Date: 16 Dec 1999 19:00:37 +0100	[thread overview]
Message-ID: <m3ln6urcje.fsf.emacs.gnus@rscholz.dyndns.org> (raw)

I prefer gnus-summary-thread-gathering-function to use
'gnus-gather-threads-by-references. But for digests this is usually
not a good solution as all the digests I've seen so far don't contain
reference information. 

So for some groups (I receive as a digest) I want to have threading by
subject.

I use:

(add-hook 'gnus-summary-mode-hook 
	  (lambda ()
	    (cond
	     ((string-match "list\.linux\.kernel" gnus-newsgroup-name)

	      (setq gnus-summary-thread-gathering-function 
		    'gnus-gather-threads-by-subject)

	      (setq gnus-summary-thread-gathering-function 
		    'gnus-gather-threads-by-references))))) 


This is probably a little awkward and it even does not work, if you
know a better solution please let me know.

My first thought was to set the threading function in the group
parameters. But digests behave strange (maybe I should say smart), as
they generate a new nndoc group for every digest. This new group
doesn't inherit it's fathers group parameter. 

So is there a good way to set threading on a per group basis even for
digests?

Cheers,
  Ray
-- 
Raymond Scholz -*- rscholz@tzi.de -*- http://www.tzi.de/~rscholz/
FB 3 Informatik, Universität Bremen -*- PGP key available via WWW



             reply	other threads:[~1999-12-16 18:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-12-16 18:00 Raymond Scholz [this message]
1999-12-17 17:29 ` Toby Speight

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=m3ln6urcje.fsf.emacs.gnus@rscholz.dyndns.org \
    --to=rscholz@tzi.de \
    /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).