From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32028 Path: main.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.emacs.gnus.general Subject: Re: What does `gathering loose threads' mean? Date: 09 Aug 2000 15:27:09 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035168370 17480 80.91.224.250 (21 Oct 2002 02:46:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:46:10 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by mailhost.sclp.com (Postfix) with ESMTP id 4C4F3D051E for ; Wed, 9 Aug 2000 15:28:15 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id OAC15919; Wed, 9 Aug 2000 14:27:45 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 09 Aug 2000 14:27:00 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id OAA15436 for ; Wed, 9 Aug 2000 14:26:46 -0500 (CDT) Original-Received: from multivac.student.cwru.edu (multivac.STUDENT.CWRU.Edu [129.22.239.69]) by mailhost.sclp.com (Postfix) with SMTP id 2A3B4D051E for ; Wed, 9 Aug 2000 15:27:10 -0400 (EDT) Original-Received: (qmail 8448 invoked by uid 500); 9 Aug 2000 19:27:09 -0000 Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org In-Reply-To: Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Wed, 9 Aug 2000 19:49:14 +0200" Original-Lines: 22 X-Mailer: Gnus v5.7/Emacs 20.7 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:32028 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:32028 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) writes: > I want two articles with the same subject to be sorted together, even > if neither of them contains a References header. Then you want gnus-summary-thread-gathering-function to be gnus-gather-threads-by-subject, which I think is the default. > Is it sufficient to set gnus-summary-thread-gathering-function to > gnus-gather-threads-by-subject to achieve this, or is it also > necessary to set gnus-summary-make-false-root? Depends what you mean by `sorted together'. Say you've got two threads - they have the same subject, but they have no visible common root. If you want them to be totally independent (which you don't), let gnus-summary-make-false-root be nil. If you want them to be separate threads, but adjacent in the summary buffer, let it be `none'. If you want them to be collected into a single thread, with one (instead of being a [child of]) the other, let it be `adopt'. And so on. paul