From 5f77bedd7fd5059a485c657d5643850ac3155dba Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 2 Sep 2016 22:55:30 +1200 Subject: Simplify Mutt quoting pattern I don't see too many messages using e.g. | as a quote character, but I can always add it back in if I do. I also don't want to flag anything with leading spaces as a quote because it's more likely to be a section of code or something. --- mutt/muttrc.m4 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mutt') diff --git a/mutt/muttrc.m4 b/mutt/muttrc.m4 index 49862d8c..bca34566 100644 --- a/mutt/muttrc.m4 +++ b/mutt/muttrc.m4 @@ -100,6 +100,9 @@ set tilde = yes alternative_order text/plain text/html * auto_view text/html +# Quoting +set quote_regexp = '^(>[ \t]*)+' + # Responses set fast_reply = yes set forward_format = 'Fw: %s' -- cgit v1.2.3