diff options
| author | David Kaufmann <astra@ionic.at> | 2019-07-12 00:04:54 +0200 |
|---|---|---|
| committer | David Kaufmann <astra@ionic.at> | 2019-07-12 00:04:54 +0200 |
| commit | 8cb532d5488429f2c583a89b6dd91edac77963ea (patch) | |
| tree | 5111704c84ab0ff3d654cee17b8cf5f627beb2ff | |
| parent | 7d0cc08401f7b1dc01192eb149d93516a46a1f39 (diff) | |
| download | config-8cb532d5488429f2c583a89b6dd91edac77963ea.tar.gz | |
mutt: color gpg signatures
| -rw-r--r-- | home/.config/neomutt/muttrc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/home/.config/neomutt/muttrc b/home/.config/neomutt/muttrc index f184af3..5df23ed 100644 --- a/home/.config/neomutt/muttrc +++ b/home/.config/neomutt/muttrc @@ -171,6 +171,13 @@ color quoted7 red default color quoted8 green default color quoted9 cyan default +## pgp +color body color160 color234 "(BAD signature)" +color body color37 color234 "(Good signature)" +color body color234 color234 "^gpg: Good signature .*" +color body color241 color234 "^gpg: " +color body color241 color160 "^gpg: BAD signature from.*" + # Various colors for different things in the mail text (URLs, email # addresses, etc.). color header brightgreen default "^(From|Subject):" @@ -206,6 +213,10 @@ mono hdrdefault none # default header lines mono bold bold # hiliting bold patterns in body mono underline underline # hiliting underlined patterns in body +## pgp +mono body bold "^gpg: Good signature" +mono body bold "^gpg: BAD signature from.*" + # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # # Key bindings |
