diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-11-23 18:39:16 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-11-23 18:39:16 -0500 |
commit | eb767737d49b48c9e29134cf68a022780d7991fb (patch) | |
tree | 129639295ca5fc14c028218978c8b1cdffe12e8a | |
parent | b3ab7aacf8357cd6247084fe5e869b46ba9bac6c (diff) |
space to tag, tags highlighted
-rw-r--r-- | share/mutt-wizard.muttrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/share/mutt-wizard.muttrc b/share/mutt-wizard.muttrc index e006e3f..994fcb7 100644 --- 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 |