Ver a proveniência

Merge pull request #930 from gerazov/flagged-coloring

Add highlighting for flagged emails
pull/940/head
Luke Smith há 1 ano
committed by GitHub
ascendente
cometimento
1c5085d3f2
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 5 adições e 0 eliminações
  1. +5
    -0
      share/mutt-wizard.muttrc

+ 5
- 0
share/mutt-wizard.muttrc Ver ficheiro

@@ -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


Carregando…
Cancelar
Guardar