info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Real threads


From: Cecil Westerhof
Subject: Re: Real threads
Date: Mon, 03 May 2010 09:37:17 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]