From 6abd49039d7af65d19282a0a2b4a017698575afb Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Mon, 21 May 2018 17:59:18 -0700 Subject: [PATCH] update mutt styles/formatting --- .muttrc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.muttrc b/.muttrc index f622339..9af7859 100644 --- a/.muttrc +++ b/.muttrc @@ -19,6 +19,7 @@ unignore Date: From: User-Agent: X-Mailer \ set edit_headers set status_on_top +set index_format="%4C %Z %[%b %d %H:%M] %-15.15L (%?l?%4l&%4c?) %s" set header_cache=~/.mutt/header_cache/ @@ -105,7 +106,7 @@ color attachment brightyellow default #color prompt brightmagenta black color message brightcyan default color error brightred default -color indicator black cyan +color indicator black blue color status brightyellow blue color tree default default color normal default default @@ -125,9 +126,9 @@ color sidebar_new green default color body blue default '(https?|HTTPS?)://[-\\\.,/%~_:?!@&=\#a-zA-Z0-9]+' # Markdown -color body brightwhite default '\*+[^*]+\*+' -color body brightwhite default '_+[^_]+_+' -color body brightwhite brightblack '`[^`]+`' +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 '^- .+'