From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/26030 Path: main.gmane.org!not-for-mail From: NAGY Andras Newsgroups: gmane.emacs.gnus.general Subject: Re: threading based on `in-reply-to' headers Date: Mon, 25 Oct 1999 14:41:53 GMT Organization: SunSITE Denmark (sunsite.auc.dk) Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035163315 17273 80.91.224.250 (21 Oct 2002 01:21:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:21:55 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA20996 for ; Mon, 25 Oct 1999 10:43:10 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id JAB20144; Mon, 25 Oct 1999 09:43:07 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 25 Oct 1999 09:43:02 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id JAA14594 for ; Mon, 25 Oct 1999 09:42:40 -0500 (CDT) Original-Received: from sunsite.auc.dk (sunsite.auc.dk [130.225.51.30]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id KAA20988 for ; Mon, 25 Oct 1999 10:42:00 -0400 (EDT) Original-Received: (qmail 26413 invoked by uid 509); 25 Oct 1999 14:41:54 -0000 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: emacs.ding Original-Lines: 23 User-Agent: Gnus/5.070097 (Pterodactyl Gnus v0.97) XEmacs/20.4 (Emerald) Original-NNTP-Posting-Host: 157.181.163.96 Original-X-Complaints-To: news@sunsite.auc.dk Original-X-Trace: sunsite.auc.dk 940862513 157.181.163.96 (Mon, 25 Oct 1999 16:41:53 MET DST) Original-NNTP-Posting-Date: Mon, 25 Oct 1999 16:41:53 MET DST Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:26030 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:26030 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes: > > it seems to me that pgnus (0.97 and before) uses the in-reply-to > > header to do threading and stuff, if there's no references header > > available. This works nice in nnfolder and nnsoup (and possibly > > other) groups, but not in nntp ones, [...] > > This is because Gnus only uses the info from the overview when > generating the summary buffer, and the In-Reply-To header is not in > the overview info, only the References header is. Modern nntp servers have a command `list overview.fmt', which displays the fields in the overview database. If the server owner adds the in-reply-to header to the overview database, would gnus make use of it automatically? There's another command, `xhdr header [range|MessageID]', which lists the given header of articles in the given range. How do I make Gnus to fetch the in-reply-to headers using this command, and use them for threading? Andras