aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs/notmuch-crypto.el
diff options
context:
space:
mode:
authorGravatar Thomas Jost <schnouki@schnouki.net>2011-12-13 18:32:10 +0100
committerGravatar David Bremner <bremner@debian.org>2011-12-15 22:51:24 -0400
commit430fb27b3ef3a3c527084630d213db76be255e8e (patch)
treee521b5635d083f0728ed5abbdf8c59cf8f97b106 /emacs/notmuch-crypto.el
parent32e656f473a47ae4471a055d668fdcfb35531ceb (diff)
emacs: Add a face for crypto parts headers
Commit cb841878 introduced new parts handlers for crypto parts, but also hardcoded values for their headers face. This replaces these hardcoded values with a customizable face.
Diffstat (limited to 'emacs/notmuch-crypto.el')
-rw-r--r--emacs/notmuch-crypto.el5
1 files changed, 5 insertions, 0 deletions
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."