Gnus development mailing list
 help / color / mirror / Atom feed
From: prj@po.cwru.edu (Paul Jarc)
Subject: Re: What does `gathering loose threads' mean?
Date: 09 Aug 2000 12:17:43 -0400	[thread overview]
Message-ID: <m3k8dqquhk.fsf@multivac.student.cwru.edu> (raw)
In-Reply-To: Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Wed, 9 Aug 2000 18:00:48 +0200"

Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) writes:
> If I have two messages with the same subject (but otherwise
> unrelated), they will be displayed near to each other in the summary
> buffer.
> 
> Where does this come from?

Testing whether two articles are in the same thread is controlled by
the variable gnus-summary-thread-gathering-function.  Loose threads
are a somewhat separate matter, regarding the sorting of articles
within a thread, IIUC.

> This lead me to thinking that Gnus looks at the References header of
> message 1 and at the References header of message 2 and if MsgId foo
> occurs in both headers, then the two messages are in the same
> thread.

If that's what you want, you can do:
(setq gnus-summary-thread-gathering-function
      'gnus-gather-threads-by-references)
By default, it's set to gnus-gather-threads-by-subject.

> Maybe the documentation should be changed to more explicitly point out
> that loose threads gathering does NOT look at the References header,
> but ONLY at the Subject header.

gnus-summary-thread-gathering-function is documented at the end of the
`Loose Threads' node.

> What is the minimum configuration that will do loose threads
> gathering?  (I think it is sufficient to set
> gnus-summary-make-false-root to a non-nil value, but I'm not sure.)

That controls the insertion of dummy lines for missing articles in the
thread.  If you just want articles with common References: to be in
the same thread, without filling in gaps with dummy lines, then
setting gnus-summary-thread-gathering-function should suffice.


paul



  reply	other threads:[~2000-08-09 16:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-08-09 16:00 Kai Großjohann
2000-08-09 16:17 ` Paul Jarc [this message]
2000-08-09 17:49   ` Kai Großjohann
2000-08-09 19:27     ` Paul Jarc
2000-08-09 21:16       ` Kai Großjohann
2000-08-09 21:41         ` Paul Jarc

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=m3k8dqquhk.fsf@multivac.student.cwru.edu \
    --to=prj@po.cwru.edu \
    /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).