Gnus development mailing list
 help / color / mirror / Atom feed
From: Mike McEwan <mike@lotusland.demon.co.uk>
Subject: Re: Threading
Date: 19 Apr 1998 23:37:38 +0100	[thread overview]
Message-ID: <m37m4l780d.fsf@lotusland.demon.co.uk> (raw)
In-Reply-To: Harry Putnam's message of "17 Apr 1998 13:46:27 -0700"

Harry Putnam <reader@newsguy.com> writes:

> Can anyone tell me what I need to do to get threading to handle what
> ever is causing the last three messages in the 'slow as molasses' thread
> to not thread under Eze's opener.  I see one is a Cc but should'nt they
> all still thread under the subject line?

  Here's what I have in my `gnus.el' :

(add-hook 'gnus-summary-generate-hook
	  '(lambda ()
	     (if (or (not (gnus-news-group-p gnus-newsgroup-name))
			  (equal gnus-newsgroup-name
                                 "nntp+sunsite.auc.dk:sunsite.linux.kernel"))
		 (setq gnus-simplify-subject-functions
		       '(gnus-simplify-subject-re
			 gnus-simplify-whitespace))
	       (setq gnus-simplify-subject-functions nil))))

  This effectively ignores the `Re' that begins subject lines and the
whitespace that ends them, when the group in question is not a
bona-fide newsgroup. The reason for the `sunsite.auc.dk' reference is
that, although I take it in over nntp, it is really a gateway-ed
mailing list, and as such, articles do not always have `references'
lines that gnus can easily thread by.

  `References' is the header line that, as I understand it, form real
newsgroup threads - anything else is really guess-work on the part of
the newsreader. At least gnus gives us a choice of how we wish to
relate articles in the absence of such criteria.

HTH
-- 
Mike. 


  parent reply	other threads:[~1998-04-19 22:37 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-04-17 20:46 Threading Harry Putnam
1998-04-17 21:39 ` Threading Stephen Zander
1998-04-17 23:17   ` Threading Harry Putnam
1998-04-18  0:58     ` Threading Eze Ogwuma
1998-04-18  1:29       ` Threading Felix Lee
1998-04-18  3:34         ` Threading Harry Putnam
1998-04-18  3:41         ` Threading Eze Ogwuma
1998-04-18  6:27         ` Threading Jason L Tibbitts III
1998-04-18 20:59           ` Threading / Felix Lee
1998-04-18 15:12         ` Threading Justin Sheehy
1998-04-18 20:56           ` Threading Felix Lee
1998-04-19 14:48             ` Threading Justin Sheehy
1998-04-19 21:38               ` Threading Felix Lee
1998-04-19 19:14 ` Threading Dave Love
1998-04-19 22:37 ` Mike McEwan [this message]
1998-04-19  1:45 Threading Felix Lee
1998-04-24 20:35 ` Threading Lars Magne Ingebrigtsen
2005-01-28  0:14 threading Sebastian Luque
2005-01-30  0:41 ` threading Johan Bockgård

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=m37m4l780d.fsf@lotusland.demon.co.uk \
    --to=mike@lotusland.demon.co.uk \
    /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).