commit f5722ad89a2320df62d04b919ff2b86c466837e8
parent ecf8a0ef4d0549a2896da57f926dfb7090cf83eb
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Thu, 12 Sep 2013 12:04:15 +0200
cosmetic
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/mutt/muttrc b/mutt/muttrc
@@ -34,6 +34,7 @@ set tilde
set sleep_time=0
set nomarkers
set nowait_key
+set pager_stop
# check mail frequently
set timeout=10
@@ -77,7 +78,7 @@ message-hook '!(~g|~G) ~b"^-----BEGIN\ PGP\ (SIGNED\ )?MESSAGE"' "exec check-tra
#
# inbox colors
color index red black ~G # encrypted
-color index cyan black ~p # adressed to me personally
+color index cyan black !(~p) # not adressed to me personally
color index yellow black ~P # message from me
color index black blue ~E # expired, no one uses that
color index black blue ~S # superseded, no one uses that