On Tue, Apr 25, 2000 at 04:48:09PM -0500, David DeSimone wrote:
> Axel Thimm <[EMAIL PROTECTED]> wrote:
> > one list I am subscribed to adds a prefix of "[TheList] " even for replied
> > messages leading to threads of the sort:
> > [TheList] Subject
> > [TheList] Re: Subject
> > How can mutt be told to recognize this?
>
> Here's my reply_regexp:
> set reply_regexp="^(((re(\\[[0-9]+\\])?|fwd):|\\[[a-z0-9-]+\\])[ \t]+)+"
> This looks for patterns like "Re:", "Re[2]:", "Fwd:", and "[tag-name]", in
> any order, and as many times as they appear, at the beginning of a subject.
> So a subject like this:
> Subject: Fwd: Re[3]: [Mailing-List] Re: What the heck?
> will be treated as the subject "What the heck?" And if I reply to it, my
> reply looks like this:
> Subject: Re: What the heck?
Thanks, but this does not fully work for me. Replies now are explicitely
mentioned by mutt in the subject line as in
29 000425 Adam Audette 6 New version 1.1.12
30 000425 Lars Hecking 5 ->Re: New version 1.1.12
impying that mutt does not know anymore that these belong to the same thread,
unless it examines the Message-ID.
Further more replying to your message yielded a subject line (corrected by
hand) of
Re: Re: Recognizing such threads, How?
which further indicates that mutt thinks the Re: belonmgs to the subject.
Perhaps I am using a too old mutt for your regexp (Mutt 1.0i (1999-10-22))?
Thanks, Axel.
--
[EMAIL PROTECTED]