Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Real threads
@ 2010-05-02  5:35 Cecil Westerhof
  2010-05-02  5:45 ` Teemu Likonen
  0 siblings, 1 reply; 3+ messages in thread
From: Cecil Westerhof @ 2010-05-02  5:35 UTC (permalink / raw)
  To: info-gnus-english

In Gnus messages/articles with the same subject are put in the same
thread, even when it are different messages. Is there a way to make sure
that messages that are not in the same thread, but only have the same
subject, are not put in the same thread by Gnus?

-- 
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Real threads
  2010-05-02  5:35 Real threads Cecil Westerhof
@ 2010-05-02  5:45 ` Teemu Likonen
  2010-05-03  7:37   ` Cecil Westerhof
  0 siblings, 1 reply; 3+ messages in thread
From: Teemu Likonen @ 2010-05-02  5:45 UTC (permalink / raw)
  To: info-gnus-english

* 2010-05-02 07:35 (+0200), Cecil Westerhof wrote:

> In Gnus messages/articles with the same subject are put in the same
> thread, even when it are different messages. Is there a way to make
> sure that messages that are not in the same thread, but only have the
> same subject, are not put in the same thread by Gnus?

Yes, there is an option for that:

    (setq gnus-summary-thread-gathering-function
          #'gnus-gather-threads-by-references)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Real threads
  2010-05-02  5:45 ` Teemu Likonen
@ 2010-05-03  7:37   ` Cecil Westerhof
  0 siblings, 0 replies; 3+ messages in thread
From: Cecil Westerhof @ 2010-05-03  7:37 UTC (permalink / raw)
  To: info-gnus-english

Teemu Likonen <tlikonen@iki.fi> writes:

>> In Gnus messages/articles with the same subject are put in the same
>> thread, even when it are different messages. Is there a way to make
>> sure that messages that are not in the same thread, but only have the
>> same subject, are not put in the same thread by Gnus?
>
> Yes, there is an option for that:
>
>     (setq gnus-summary-thread-gathering-function
>           #'gnus-gather-threads-by-references)

Works like a charm. Thanks.

One question. why do you use the '#'? Why not just:
    (setq gnus-summary-thread-gathering-function
          'gnus-gather-threads-by-references)

-- 
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-05-03  7:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-02  5:35 Real threads Cecil Westerhof
2010-05-02  5:45 ` Teemu Likonen
2010-05-03  7:37   ` Cecil Westerhof

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).