diff options
Diffstat (limited to 'share/mutt-wizard.muttrc')
| -rw-r--r-- | share/mutt-wizard.muttrc | 49 |
1 files changed, 26 insertions, 23 deletions
diff --git a/share/mutt-wizard.muttrc b/share/mutt-wizard.muttrc index 3a99820..2d51a5b 100644 --- a/share/mutt-wizard.muttrc +++ b/share/mutt-wizard.muttrc @@ -176,11 +176,11 @@ mono error bold ### index -------------------------------------------------------------- -#color index red default "~D(!~p|~p)" # deleted -#color index black default ~F # flagged -#color index brightred default ~= # duplicate messages -#color index brightgreen default "~A!~N!~T!~p!~Q!~F!~D!~P" # the rest -#color index yellow default "~A~N!~T!~p!~Q!~F!~D" # the rest, new +# color index red default "~D(!~p|~p)" # deleted +# color index black default ~F # flagged +# color index brightred default ~= # duplicate messages +# color index brightgreen default "~A!~N!~T!~p!~Q!~F!~D!~P" # the rest +# color index yellow default "~A~N!~T!~p!~Q!~F!~D" # the rest, new color index_author red default '.*' # all messages color index_number blue default '.*' # all messages color index_subject cyan default '.*' # all messages @@ -221,12 +221,12 @@ color index green black "~N~v~(~F~N)" color index green black "~N~v~(~F)" # collapsed thread with unread parent, no unread inside, but some flagged color index cyan black "~v~(~p)" # collapsed thread with unread parent, no unread inside, some to me directly color index yellow red "~v~(~D)" # thread with deleted (doesn't differentiate between all or partial) -#color index yellow default "~(~N)" # messages in threads with some unread -#color index green default "~S" # superseded messages -color index brightyellow blue "~T" # tagged messages -color index_author brightred blue "~T" # tagged messages -color index_subject brightcyan blue "~T" # tagged messages -#color index brightred red "~=" # duplicated messages +# color index yellow default "~(~N)" # messages in threads with some unread +# color index green default "~S" # superseded messages +color index brightyellow blue "~T" # tagged messages +color index_author brightred blue "~T" # tagged messages +color index_subject brightcyan blue "~T" # tagged messages +# color index brightred red "~=" # duplicated messages ### message headers ---------------------------------------------------- @@ -238,10 +238,13 @@ color header brightwhite default "^(CC|BCC)" ### sidebar ------------------------------------------------------------ -color sidebar_highlight red default +color sidebar_highlight green default color sidebar_divider brightblack black color sidebar_flagged red black +color sidebar_indicator white brightblack color sidebar_new green black +color sidebar_spool_file brightblue black +color sidebar_unread yellow default ### body --------------------------------------------------------------- @@ -257,13 +260,13 @@ color bold black default color underline black default color normal default default -color body brightcyan default "[;:][-o][)/(|]" # emoticons -color body brightcyan default "[;:][)(|]" # emoticons +color body brightcyan default "[;:][-o][)/(|]" # emoticons +color body brightcyan default "[;:][)(|]" # emoticons color body brightcyan default "[*]?((N)?ACK|CU|LOL|SCNR|BRB|BTW|CWYL|\ |FWIW|vbg|GD&R|HTH|HTHBE|IMHO|IMNSHO|\ |IRL|RTFM|ROTFL|ROFL|YMMV)[*]?" -color body brightcyan default "[ ][*][^*]*[*][ ]?" # more emoticon? -color body brightcyan default "[ ]?[*][^*]*[*][ ]" # more emoticon? +color body brightcyan default "[ ][*][^*]*[*][ ]?" # more emoticon? +color body brightcyan default "[ ]?[*][^*]*[*][ ]" # more emoticon? # pgp ------------------------------------------------------------------ @@ -301,14 +304,14 @@ color body brightgreen default "JD[0-9]{10,39}$" color body brightgreen default "[0-9]{12}$" # unsubscribe -color body brightblue default "unsubscribe" +color body brightred default "unsubscribe" # extra ---------------------------------------------------------------- # various smilies and the like -color body brightwhite default "<[Gg]>" # <g> -color body brightwhite default "<[Bb][Gg]>" # <bg> -color body yellow default " [;:]-*[})>{(<|]" # :-) etc... +color body brightwhite default "<[Gg]>" # <g> +color body brightwhite default "<[Bb][Gg]>" # <bg> +color body yellow default " [;:]-*[})>{(<|]" # :-) etc... # *bold* color body blue default "(^|[[:space:][:punct:]])\\*[^*]+\\*([[:space:][:punct:]]|$)" mono body bold "(^|[[:space:][:punct:]])\\*[^*]+\\*([[:space:][:punct:]]|$)" @@ -322,6 +325,6 @@ mono body underline "(^|[[:space:][:punct:] # Border lines. color body blue default "( *[-+=#*~_]){6,}" -# folder-hook . "color status black yellow " -# folder-hook gmail/inbox "color status black yellow " -# folder-hook gmail/important "color status black yellow " +# folder-hook . "color status black yellow" +# folder-hook gmail/inbox "color status black yellow" +# folder-hook gmail/important "color status black yellow" |
