Eugene Lee <[EMAIL PROTECTED]> wrote:
>
> : set quote_regexp="^([ \t]?[ \t]?[>:|])+"
>
> I'm curious, I don't quite understand the logic behind setting your
> quote matching to this kind of pattern instead of using the default:
>
> set quote_regexp="^([ \t]*[>|#:}])+"
Hmm, I didn't know that my regexp was so close to the default. You're
right, the default will do the right thing, but in this case, the
original poster was using Sven's muttrc, which has this very simple
setting:
set quote_regexp="^> "
This regexp will always match the same length of text, so it will only
recognize one quote level, or none.
The chief difference between my regexp and the default, is that mine
gives fewer false-positives. If someone sends me a nice ASCII-drawing
chart of some kind, Mutt doesn't go crazy colorizing it. :)
--
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
UX WTEC Engineer | PGP: 5B 47 34 9F 3B 9A B0 0D AB A6 15 F1 BB BE 8C 44