From 4403a73e1de25b09691f8f30ea0d6ad784f85f8b Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Wed, 4 Feb 2015 17:11:03 +0800 Subject: Updated mutt configuration files. * Added compose.rc, compose.sh, updated muttrc; to support compose mail in new tmux window * Added mutt_bgrun.sh, updated mailcap; to view attachment without blocking mutt * deleted zh * updated colors --- .mutt/colors | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to '.mutt/colors') diff --git a/.mutt/colors b/.mutt/colors index 0465acf..c709d50 100644 --- a/.mutt/colors +++ b/.mutt/colors @@ -100,11 +100,6 @@ color body brightwhite red "^gpg: BAD signature from.*" mono body bold "^gpg: Good signature" mono body bold "^gpg: BAD signature from.*" -# Various smilies and the like -color body brightwhite default "<[Gg]>" # -color body brightwhite default "<[Bb][Gg]>" # -color body brightwhite default " [;:]-*[})>{(<|]" # :-) etc... - # *bold* color body brightblue default "(^|[[:space:][:punct:]])\\*[^*]+\\*([[:space:][:punct:]]|$)" mono body bold "(^|[[:space:][:punct:]])\\*[^*]+\\*([[:space:][:punct:]]|$)" @@ -115,7 +110,19 @@ mono body underline "(^|[[:space:][:punct:]])_[^_]+_([[:space:] color body brightblue default "(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)" mono body underline "(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)" +# Various smilies and the like +color body brightwhite default "<[Gg]>" # +color body brightwhite default "<[Bb][Gg]>" # +color body brightwhite default " [;:]-*[})>{(<|]" # :-) etc... + # Border lines. color body blue default "( *[-+=#*~_]){6,}" +## Custom highlights +# arXiv number +color body brightyellow default "(^|[[:space:]])arXiv:[[:space:]0-9\.]+$" +# arXiv title +color body brightwhite default "(^|[[:space:]])Title:\ .+$" + + # vim: set ts=8 sw=4 tw=0 fenc=utf-8 ft=muttrc: # -- cgit v1.2.2