aboutsummaryrefslogtreecommitdiff
path: root/mutt
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-09-02 22:55:30 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-09-02 22:55:30 +1200
commit5f77bedd7fd5059a485c657d5643850ac3155dba (patch)
treebf82631bb52f98cc1519df607948f4b27d49f935 /mutt
parentAdd an unbind to Mutt (diff)
downloaddotfiles-5f77bedd7fd5059a485c657d5643850ac3155dba.tar.gz
dotfiles-5f77bedd7fd5059a485c657d5643850ac3155dba.zip
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.
Diffstat (limited to 'mutt')
-rw-r--r--mutt/muttrc.m43
1 files changed, 3 insertions, 0 deletions
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'