[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Threading of issues@subversion.tigris.org for mutt users

From: Ben Reser <ben_at_reser.org>
Date: 2004-06-19 02:45:32 CEST

On Fri, Jun 18, 2004 at 05:31:06PM -0700, Ben Reser wrote:
> This reply_regex will trick mutt into threading bug messages together.
> You'll note I have a similar one in there for Mandrake's cooker list
> (though they've actually fixed their bugzilla to add the proper headers
> to automatically thread without this workaround, I still have some mail
> without the headers so I haven't removed it yet).
>
> set reply_regexp='^((re|r e|RE|Re|aw|antw.|antwort):[ \t]*)*|\[Issue [[:digit:]]+\] (New -)?|\[Cooker\] \[Bug [[:digit:]]+\] ([[:digit:]]+)?(New: )?'
>
> This is the shortened version just for our list:
>
> set reply_regexp='^((re|r e|RE|Re|aw|antw.|antwort):[ \t]*)*|\[Issue
> [[:digit:]]+\] (New -)?'
>
> Hope someone finds this useful besides me. :)

Actually in the process of hacking on this I broke threading of replies
to messages on the issue tracker that don't have References: or
In-Reply-To headers, the following is better:

set reply_regexp='^((re|r e|RE|Re|aw|antw.|antwort):[ \t]*)*(\[Issue [[:digit:]]+\] (New -)?|\[Cooker\] \[Bug [[:digit:]]+\] ([[:digit:]]+)?(New: )?)?'

or

set reply_regexp='^((re|r e|RE|Re|aw|antw.|antwort):[ \t]*)*(\[Issue [[:digit:]]+\] (New -)?)?'

-- 
Ben Reser <ben@reser.org>
http://ben.reser.org
"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jun 19 02:46:05 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.