muttrc: improve gpg colors
This commit is contained in:
parent
e32e7d4a3e
commit
293cd28b83
14
.muttrc
14
.muttrc
@ -207,15 +207,19 @@ bind index,pager \e<tab> next-unread-mailbox
|
|||||||
# GnuPG output
|
# GnuPG output
|
||||||
#
|
#
|
||||||
# Make if very obvious there is a bad signature!
|
# Make if very obvious there is a bad signature!
|
||||||
color body black red "BAD signature .*$"
|
color body black red "^gpg: BAD signature .*$"
|
||||||
|
color body black red "^gpg: MAUVAISE signature .*$"
|
||||||
|
|
||||||
# Tag a good signature
|
# Tag a good signature
|
||||||
color body brightgreen black "Good signature .*$"
|
color body brightgreen black "^gpg: Good signature .*$"
|
||||||
|
color body brightgreen black "^gpg: Bonne signature .*$"
|
||||||
|
|
||||||
# Inform the signature can't be verified
|
# Inform the signature can't be verified
|
||||||
color body brightred black "Can't check signature: public key not found"
|
color body brightred black "^gpg: Can't check signature: public key not found"
|
||||||
color body brightred black "WARNING: .*!"
|
color body brightred black "^gpg: Impossible de v.*"
|
||||||
color body brightred black "some signal caught ... exiting"
|
color body brightred black "^gpg: WARNING: .*!"
|
||||||
|
color body brightred black "^gpg: ATTENTION: .*!"
|
||||||
|
color body brightred black "^gpg: some signal caught ... exiting"
|
||||||
|
|
||||||
#Messages
|
#Messages
|
||||||
color error brightwhite red # error messages
|
color error brightwhite red # error messages
|
||||||
|
Loading…
Reference in New Issue
Block a user