]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-crypto.el
emacs: Add a face for crypto parts headers
[notmuch] / emacs / notmuch-crypto.el
index 44fccae08d3d8d90848a830c57a8f7930ca6e99d..67c26af997934e9c74d8f9e251af00e31862953a 100644 (file)
@@ -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."