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

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

Re: summary threading, repeated subjects


From: Nicolas KOWALSKI
Subject: Re: summary threading, repeated subjects
Date: Thu, 24 Apr 2008 17:39:20 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Nicolas KOWALSKI <niko@petole.dyndns.org> writes:

> From time to time, in the summary buffer the threading shows repeated
> subjects, instead of leaving them empty. Here is an example:
>
>
> O  [Tom Lane          ]    `->  Re: [GENERAL] postgre vs MySQL
> O  [Greg Smith        ]     +->
> O  [Justin            ]     `->  Re: [GENERAL] postgre vs MySQL
> O  [Scott Marlowe     ]      `->
> O  [Justin            ]       +->
> O  [Russell Smith     ]       `->
> O  [Scott Marlowe     ]        +->
> O  [Greg Smith        ]        `->
> O  [Glyn Astill       ]         `->
> O  [Bruce Momjian     ]          `->
> O  [Joshua D. Drake   ]           +->
> O  [Glyn Astill       ]           `->
> O  [Tom Lane          ]            `->  Re: [GENERAL] postgre vs MySQL
> O  <Alex Turner       >             `->  Re: [GENERAL] postgre vs MySQL

I found it.

The subjects were slightly differents, with a single trailing
whitespace at the end. I now use the gnus-simplify-whitespace function
to get rid of it, with the following in my ~/.gnus:

(setq gnus-simplify-subject-functions '(gnus-simplify-subject-re 
                                        gnus-simplify-whitespace))

It works well. :-)

-- 
Nicolas




reply via email to

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