Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* summary threading, repeated subjects
@ 2008-04-11 17:58 Nicolas KOWALSKI
  2008-04-24 15:39 ` Nicolas KOWALSKI
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas KOWALSKI @ 2008-04-11 17:58 UTC (permalink / raw)
  To: info-gnus-english

Hello,

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


How can I prevent this ?

My summary format for the mailing-lists I am subscribed to is defined
with gnus-parameters:

(setq gnus-parameters

   ;;
   ;; All mailing-lists
   ;; use a simpler (no size/date) summary line format
   ;; expire old mails
   ;;
   ("^nnimap:list"
    (gnus-summary-line-format "%U%R%z%(%[%-18,18f%]%) %*%B %s\n")
    (total-expire . t)
    )
   
 )


Thanks,
-- 
Nicolas

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

* Re: summary threading, repeated subjects
  2008-04-11 17:58 summary threading, repeated subjects Nicolas KOWALSKI
@ 2008-04-24 15:39 ` Nicolas KOWALSKI
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas KOWALSKI @ 2008-04-24 15:39 UTC (permalink / raw)
  To: info-gnus-english

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

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

end of thread, other threads:[~2008-04-24 15:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-11 17:58 summary threading, repeated subjects Nicolas KOWALSKI
2008-04-24 15:39 ` Nicolas KOWALSKI

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