X-Git-Url: http://rtime.felk.cvut.cz/gitweb/notmuch.git/blobdiff_plain/32e656f473a47ae4471a055d668fdcfb35531ceb..430fb27b3ef3a3c527084630d213db76be255e8e:/emacs/notmuch-crypto.el diff --git a/emacs/notmuch-crypto.el b/emacs/notmuch-crypto.el index 44fccae0..67c26af9 100644 --- a/emacs/notmuch-crypto.el +++ b/emacs/notmuch-crypto.el @@ -37,6 +37,11 @@ mode." :group 'notmuch :type 'boolean) +(defface notmuch-crypto-part-header + '((t (:foreground "blue"))) + "Face used for crypto parts headers." + :group 'notmuch) + (defface notmuch-crypto-signature-good '((t (:background "green" :foreground "black"))) "Face used for good signatures."