X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-crypto.el;h=de4d9aea520bd1d25367b1f0bad5a49630db3814;hb=b03b0d4e41030ad3cf21de5fa72cb72e4cd44d7c;hp=5edfe94cf0cac989a40a97d3b3760dde5d03f78a;hpb=d21e72c9f95d1d052360976302a2f9cfcc1556a5;p=notmuch diff --git a/emacs/notmuch-crypto.el b/emacs/notmuch-crypto.el index 5edfe94c..de4d9aea 100644 --- a/emacs/notmuch-crypto.el +++ b/emacs/notmuch-crypto.el @@ -125,7 +125,7 @@ mode." (setq label (concat "Good signature by key: " fingerprint)) (setq face 'notmuch-crypto-signature-good-key) (when email-or-userid - (setq label (concat "Good signature by: " email-or-user-id)) + (setq label (concat "Good signature by: " email-or-userid)) (setq face 'notmuch-crypto-signature-good)) (setq button-action 'notmuch-crypto-sigstatus-good-callback) (setq help-msg (concat "Click to list key ID 0x" fingerprint "."))))