Teemu Likonen <[email protected]> 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
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to