commit eb767737d49b48c9e29134cf68a022780d7991fb
parent b3ab7aacf8357cd6247084fe5e869b46ba9bac6c
Author: Luke Smith <luke@lukesmith.xyz>
Date: Sat, 23 Nov 2019 18:39:16 -0500
space to tag, tags highlighted
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/share/mutt-wizard.muttrc b/share/mutt-wizard.muttrc
@@ -44,6 +44,7 @@ bind index U undelete-message
bind index L limit
bind index h noop
bind index l display-message
+bind index <space> tag-entry
#bind browser h goto-parent
macro browser h '<change-dir><kill-line>..<enter>' "Go to parent folder"
bind index,pager H view-raw-message
@@ -91,6 +92,11 @@ color index brightyellow black "~N"
color index_author brightred black "~N"
color index_subject brightcyan black "~N"
+# Tagged mail is highlighted:
+color index brightyellow blue "~T"
+color index_author brightred blue "~T"
+color index_subject brightcyan blue "~T"
+
# Other colors and aesthetic settings:
mono bold bold
mono underline underline