Regexps suddenly case-sensitive?

2009-10-02 Thread Joost Kremers
Hi all, I recently upgraded from Slackware 12.2 to Slackware 13.0. I installed mutt 1.5.20 from source both on the old and on the new system. I copied over my mutt config files to the new system, so they are identical. For some reason, since I did the OS upgrade, mutt's regular expressions are

Re: Regexps suddenly case-sensitive?

2009-10-02 Thread David Champion
* On 02 Oct 2009, Joost Kremers wrote: For some reason, since I did the OS upgrade, mutt's regular expressions are case-sensitive. I noticed this with several hooks that use regexps and also with the variable reply_regexp, which all of a sudden doesn't match capitalized Re: anymore, with the

Re: Regexps suddenly case-sensitive?

2009-10-02 Thread Omari Norman
On Fri, Oct 02, 2009 at 02:20:35PM +0200, Joost Kremers wrote: I recently upgraded from Slackware 12.2 to Slackware 13.0. I installed mutt 1.5.20 from source both on the old and on the new system. For some reason, since I did the OS upgrade, mutt's regular expressions are case-sensitive. I

Re: Regexps suddenly case-sensitive?

2009-10-02 Thread Joost Kremers
On Fri, Oct 02, 2009 at 10:26:28AM -0500, David Champion wrote: I changed reply_regexp to ^(Re([\\[0-9\\]+])*|Aw):[ \t]*, and then noticed Use ^(re([\\[0-9\\]+])*|aw):[ \t]* and see whether the behavior changes. That's the default setting, which I had never changed, so it's the one that

Re: Regexps suddenly case-sensitive?

2009-10-02 Thread Joost Kremers
On Fri, Oct 02, 2009 at 11:37:34AM -0400, Omari Norman wrote: On Fri, Oct 02, 2009 at 02:20:35PM +0200, Joost Kremers wrote: I recently upgraded from Slackware 12.2 to Slackware 13.0. I installed mutt 1.5.20 from source both on the old and on the new system. For some reason, since I did the