Re: quote_regexp

2002-06-15 Thread Jussi Ekholm
lease) like to use strange characters to quote > people's messages. So I found the quote_regexp command. [...] > If you want to allow other characters as quotes, stick in the second > brackets, like this one I did: > > set quote_regexp="^([ \t]*[%|>:}#])+" Well, t

Re: quote_regexp

2002-06-10 Thread Rocco Rutte
ssages. You mean David, right? ;-) > set quote_regexp="^([ \t]*[%|>:}#])+" > Maybe this will help someone :) Sorry, no, it doesn't. I use: ,- | pdmef@klaus:~$ mutt -Q quote_regexp | quote_regexp="^([ \t]*(([A-Z]+)?[|:>!#%]))+" `- ...which will catch

quote_regexp

2002-06-10 Thread Mike Arrison
Howdy Mutters, I just want to contribute a little something I figured out. Nothing earth shattering here, but it might help someone. Aparently some people (ahem, no names please) like to use strange characters to quote people's messages. So I found the quote_regexp command. The de

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.

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 &q

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 (am

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 m