From 33b7b0c57e6fb71678cbd2f6eb41b967a5daa383 Mon Sep 17 00:00:00 2001 From: lace <> Date: Thu, 2 Aug 2007 14:58:06 +0000 Subject: [PATCH] Fixed the 'V' colorization scheme. --- .muttrc.addons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.muttrc.addons b/.muttrc.addons index 1595e9e..f408bcb 100644 --- a/.muttrc.addons +++ b/.muttrc.addons @@ -113,4 +113,4 @@ color body brightcyan black [-a-z_0-9.]+@[-a-z_0-9.]+ # e-mail addresses color underline brightgreen black mono header underline ^(From|Subject): mono quoted bold -macro index V ":color index black white ''\n:color header black white ^(From|Subject|To|Cc|Bcc|Message-ID):\n:color hdrdefault black white\n:color quoted cyan white\n:color signature brightred white\n:color indicator brightyellow red\n:color error brightred white\n:color status brightyellow blue\n:color tree brightmagenta white # the thread tree in the index menu\n:color tilde brightmagenta white\n:color message brightcyan white\n:color normal black white\n:color attachment brightmagenta white\n:color search black green # how to hilite search patterns in the pager\n:color body brightyellow white '(ftp|http)://[^ ]+' # point out URLs\n:color body black white [-a-z_0-9.]+@[-a-z_0-9.]+ # e-mail addresses\n:color underline brightgreen white\n\cl" +macro index V ":color index black white .*\n:color header black white ^(From|Subject|To|Cc|Bcc|Message-ID):\n:color hdrdefault black white\n:color quoted cyan white\n:color signature brightred white\n:color indicator brightyellow red\n:color error brightred white\n:color status brightyellow blue\n:color tree brightmagenta white # the thread tree in the index menu\n:color tilde brightmagenta white\n:color message brightcyan white\n:color normal black white\n:color attachment brightmagenta white\n:color search black green # how to hilite search patterns in the pager\n:color body brightyellow white '(ftp|http)://[^ ]+' # point out URLs\n:color body black white [-a-z_0-9.]+@[-a-z_0-9.]+ # e-mail addresses\n:color underline brightgreen white\n\cl" -- 1.8.3.1