diff options
| -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 |
