Browse Source

Merge pull request #930 from gerazov/flagged-coloring

Add highlighting for flagged emails
pull/940/head
Luke Smith 1 year ago
committed by GitHub
parent
commit
1c5085d3f2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      share/mutt-wizard.muttrc

+ 5
- 0
share/mutt-wizard.muttrc View File

@@ -134,6 +134,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


Loading…
Cancel
Save