Vincent Lefevre <[EMAIL PROTECTED]> wrote:
>
> set reply_regexp='^[Rr][Ee]:[ \t]+'
>
> changed to
>
> set reply_regexp="^[Rr][Ee]:[ \t]+"
Yep, in the first case, the single-quotes prevent the "\t" from being
translated to a "tab" character, so the regexp is evaluated as if it had
a literal 't' ch
On Fri, Aug 20, 1999 at 05:09:14PM +0200, Vincent Lefevre wrote:
> When I do a reply with Mutt 0.95.7i, if the subject starts with "Re: t",
> the "t" is removed from the subject.
Out of curiosity, have you tried a test condition to yourself that meets
those criterion and checked the actual header
On Fri, Aug 20, 1999 at 17:09:14 +0200, Vincent Lefevre wrote:
> When I do a reply with Mutt 0.95.7i, if the subject starts with "Re: t",
> the "t" is removed from the subject.
Finally no, this seems to be due to a change in Mutt's parser in recent
versions (there was no problem in Mutt 0.93). I'