X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-crypto.el;h=67c26af997934e9c74d8f9e251af00e31862953a;hp=096dc5ecb742d9f2c81e7a952a7bfc8e463a081c;hb=430fb27b3ef3a3c527084630d213db76be255e8e;hpb=d1519d256ab322d4f92ddd15e25d9ba9648909e8 diff --git a/emacs/notmuch-crypto.el b/emacs/notmuch-crypto.el index 096dc5ec..67c26af9 100644 --- a/emacs/notmuch-crypto.el +++ b/emacs/notmuch-crypto.el @@ -31,11 +31,17 @@ on the success or failure of the verification process and on the validity of user ID of the signer. The effect of setting this variable can be seen temporarily by -viewing a signed or encrypted message with M-RET in notmuch -search." +providing a prefix when viewing a signed or encrypted message, or +by providing a prefix when reloading the message in notmuch-show +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."