From 1131455fea608a1289fc8f098cfc67a021816449 Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Wed, 23 May 2018 18:31:58 -0700 Subject: [PATCH] double escape for mutt --- .muttrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.muttrc b/.muttrc index 9af7859..6fc92f0 100644 --- a/.muttrc +++ b/.muttrc @@ -126,9 +126,9 @@ color sidebar_new green default color body blue default '(https?|HTTPS?)://[-\\\.,/%~_:?!@&=\#a-zA-Z0-9]+' # Markdown -color body brightwhite default '[ \t\r\n\f]\*+[^*]+\*+[ \t\r\n\f]' -color body brightwhite default '[ \t\r\n\f]_+[^_]+_+[ \t\r\n\f]' -color body brightwhite brightblack '[ \t\r\n\f]`[^`]+`[ \t\r\n\f]' +color body brightwhite default '[ \\t\\r\\n\\f]\*+[^*]+\*+[ \\t\\r\\n\\f]' +color body brightwhite default '[ \\t\\r\\n\\f]_+[^_]+_+[ \\t\\r\\n\\f]' +color body brightwhite brightblack '[ \\t\\r\\n\\f]`[^`]+`[\\. \\t\\r\\n\\f]' # Diff color body brightred default '^- .+'