From 8cb532d5488429f2c583a89b6dd91edac77963ea Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Fri, 12 Jul 2019 00:04:54 +0200 Subject: mutt: color gpg signatures --- home/.config/neomutt/muttrc | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- cgit v1.2.3