On Wed, Dec 13, 2000 at 08:37:41AM +0100, Daniel Kollar wrote:
> Hi,
>
> in one of my folder containing msgs from a mailing list I would like
> to sort the msgs as threads.
>
> With the default reply_regexp this does not work, because the mailing
> list always puts a string "[ifc-ml:xxxx] " at the beginning of the subject
> line of each msg. xxxx is an increasing number and is always different.
>
> If mutt would check for the text after this string and possible Re:'s,
> then the threading display might work.
>
> Is this possible? If so, how should the reply_regexp look like?
You can try "^(\[[][]*\][ \t]+)?(re([\[0-9\]+])*|aw):[ \t]*"
\[[][]*\] should match: [ anything_except_brackets ]
Or more specific: "^(\[[a-z0-9:-]*\][ \t]+)?(re ... "
If you are sure that you can have only a-z0-9:- between the brackets.
I've just tested that to tag messages and it worked.
--
Laurent Pelecq <[EMAIL PROTECTED]>