Daniel González Gasull <[EMAIL PROTECTED]> wrote:
>
> set reply_regexp="^((re|aw):[ \t]*)+"
>
> but it don't works fine for messages with "Re: Re: "
> in the Subject:. I think the value of the variable is
> correct. Isn't it?
Yes, it is correct.
> BTW, I use Mutt 0.93.2i.
What is your "mutt -v" output? I wonder if your regexp library does not
work correctly.
Try simplifying the regexp to something like "^(re: )+" and see if that
works. If it does, you can add more and more components to see where it
fails. If it doesn't work at all, something really wrong with your
regexp library.
--
David DeSimone | "The doctrine of human equality reposes on this:
[EMAIL PROTECTED] | that there is no man really clever who has not
Hewlett-Packard | found that he is stupid." -- Gilbert K. Chesterson
Convex Division | PGP: 5B 47 34 9F 3B 9A B0 0D AB A6 15 F1 BB BE 8C 44