diff options
author | Branislav Gerazov <branislav.gerazov@gmail.com> | 2023-04-14 21:43:29 +0200 |
---|---|---|
committer | Branislav Gerazov <branislav.gerazov@gmail.com> | 2023-04-14 21:43:29 +0200 |
commit | 4eb6e71bd456e9a470d2cf990fba9a104ab5bf8d (patch) | |
tree | 9308619a1dfbd0a0cc1d63542603193c756e0d9b | |
parent | 4d533e4f2f15944e0c8802cc5ad521c6d26fdf06 (diff) |
add highlighting for flagged emails
-rw-r--r-- | share/mutt-wizard.muttrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/share/mutt-wizard.muttrc b/share/mutt-wizard.muttrc index 47d48c3..fdb94d8 100644 --- a/share/mutt-wizard.muttrc +++ b/share/mutt-wizard.muttrc @@ -133,6 +133,11 @@ color index brightyellow blue "~T" color index_author brightred blue "~T" color index_subject brightcyan blue "~T" +# Flagged mail is highlighted: +color index brightgreen default "~F" +color index_subject brightgreen default "~F" +color index_author brightgreen default "~F" + # Other colors and aesthetic settings: mono bold bold mono underline underline |