diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-23 20:36:39 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-23 20:36:39 -0300 |
commit | 0f3dc31ddbd8bbae19f3ad309954393b3b83bec7 (patch) | |
tree | 0b67a11fc7f91837f6abe798c99c2163cca49770 | |
parent | 84fd46cedf74b0ae46bc623f9001a6f5bd35a1f4 (diff) | |
download | mail-0f3dc31ddbd8bbae19f3ad309954393b3b83bec7.tar.gz mail-0f3dc31ddbd8bbae19f3ad309954393b3b83bec7.tar.bz2 |
Schleuder config, solarized version
-rw-r--r-- | muttrc.dot.link | 32 |
1 files changed, 22 insertions, 10 deletions
diff --git a/muttrc.dot.link b/muttrc.dot.link index 2d2b0ae..cca994c 100644 --- a/muttrc.dot.link +++ b/muttrc.dot.link @@ -435,16 +435,28 @@ bind pager P noop # Schleuder config # see http://schleuder2.nadir.org/contrib/schleuder-with-mutt.html -color body red default "^From: .*" -color body red default "^To: .*" -color body red default "^Cc: .*" -color body red default "^Date: .*" -color body brightred default "^Enc: unenc.*" -color body red default "^Enc: enc.*" -color body brightred default "^Sig: [^G]?.*" -color body red default "^Sig: Good signature.*" -color body red default "^Resent-to: .*" -color body brightred default "^Note: .*" +#color body red default "^From: .*" +#color body red default "^To: .*" +#color body red default "^Cc: .*" +#color body red default "^Date: .*" +#color body brightred default "^Enc: unenc.*" +#color body red default "^Enc: enc.*" +#color body brightred default "^Sig: [^G]?.*" +#color body red default "^Sig: Good signature.*" +#color body red default "^Resent-to: .*" +#color body brightred default "^Note: .*" + +# Schleuder config, solarized version +color body red color234 "^From: .*" +color body red color234 "^To: .*" +color body red color234 "^Cc: .*" +color body red color234 "^Date: .*" +color body brightred color234 "^Enc: unenc.*" +color body red color234 "^Enc: enc.*" +color body brightred color234 "^Sig: [^G]?.*" +color body red color234 "^Sig: Good signature.*" +color body red color234 "^Resent-to: .*" +color body brightred color234 "^Note: .*" # Macro for jumping to the next important message macro index,pager \' "<search>~F<enter>" "Jump to next important message" |