From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/45002 Path: main.gmane.org!not-for-mail From: Tom Koelman Newsgroups: gmane.emacs.gnus.general Subject: Re: Making thread with reference only. Date: Tue, 28 May 2002 08:19:16 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1022574089 2166 127.0.0.1 (28 May 2002 08:21:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 28 May 2002 08:21:29 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17CcES-0000Yp-00 for ; Tue, 28 May 2002 10:21:29 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17CcEe-00071d-00; Tue, 28 May 2002 03:21:40 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 28 May 2002 03:21:55 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id DAA14217 for ; Tue, 28 May 2002 03:21:44 -0500 (CDT) Original-Received: (qmail 4856 invoked by alias); 28 May 2002 08:21:24 -0000 Original-Received: (qmail 4849 invoked from network); 28 May 2002 08:21:24 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by gnus.org with SMTP; 28 May 2002 08:21:24 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 17CcVM-0007xW-00 for ; Tue, 28 May 2002 10:38:56 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 10 Original-NNTP-Posting-Host: m025002.sct.com Original-X-Trace: quimby.gnus.org 1022575136 30597 149.24.25.2 (28 May 2002 08:38:56 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 28 May 2002 08:38:56 GMT User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-msvc-nt5.0.2195) Cancel-Lock: sha1:iDme5BCFp6pF+7MkaZPAEJECHwE= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:45002 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:45002 Jinhyok Heo wrote: > Gnus seems to make a thread with reference and subject. I want to > make threads only with reference in summary buffer. (setq gnus-summary-thread-gathering-function 'gnus-gather-threads-by-reference) Tom