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 default is:
set quote_regexp="^([ \t]*[|>:}#])+" That does a pretty good job my allowing any number of tabs or spaces followed by either pipes, angle brackets (my favorite), colons, right curly brace or pound, and then that pattern can be repeated ( I think). If you want to allow other characters as quotes, stick in the second brackets, like this one I did: set quote_regexp="^([ \t]*[%|>:}#])+" Maybe this will help someone :) -Mike Arrison