X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-crypto.el;h=67c26af997934e9c74d8f9e251af00e31862953a;hp=44fccae08d3d8d90848a830c57a8f7930ca6e99d;hb=430fb27b3ef3a3c527084630d213db76be255e8e;hpb=9207f90f525cde1e3f5c4695eb5b59c53b4a01ca 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."