Re: quote_regexp occasionally ignored

2002-03-02 Thread Andrew Pimlott
On Fri, Mar 01, 2002 at 01:03:59PM -0600, Aaron Schrab wrote: > quote_regexp is ignored for format=flowed messages since RFC 2646, which > describes that format, mandates that only ">" characters at the very > beginning of a line are to be considered quote characters. In the > message you attache

Re: quote_regexp occasionally ignored

2002-03-01 Thread Aaron Schrab
At 22:02 -0500 28 Feb 2002, Andrew Pimlott <[EMAIL PROTECTED]> wrote: > I have quote_regexp set in my .muttrc: > > set quote_regexp="^[[:blank:]]*([[:alnum:]]{0,10}>|[]|:}#);+]|-> )" > > This should match (among other things) any line with a leading ">". > The attached message has several su

Re: quote_regexp occasionally ignored -> quote_indet="_>_"!

2002-03-01 Thread Sven Guckes
* Andrew Pimlott <[EMAIL PROTECTED]> [020301 11:10]: > I'm using mutt 1.3.27i from Debian "testing". I've noticed that > occasionally, quoted text isn't highlighted in the pager. > I have quote_regexp set in my .muttrc: [...] > This should match (among other things) any line with a > leading ">".

quote_regexp occasionally ignored

2002-03-01 Thread Andrew Pimlott
I'm using mutt 1.3.27i from Debian "testing". I've noticed that occasionally, quoted text isn't highlighted in the pager. I have quote_regexp set in my .muttrc: set quote_regexp="^[[:blank:]]*([[:alnum:]]{0,10}>|[]|:}#);+]|-> )" This should match (among other things) any line with a leadin