X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-crypto.el;fp=emacs%2Fnotmuch-crypto.el;h=276c98594e3db94c115845600064d81d2d7e800c;hp=6df1dd649ceb25eb8ec442f149fa442d2e281e09;hb=6c84dee53193a78cf797b44d3febcc14488ea6b1;hpb=df3fab18fe70ea750f6f06da30291c67de7e74f2 diff --git a/emacs/notmuch-crypto.el b/emacs/notmuch-crypto.el index 6df1dd64..276c9859 100644 --- a/emacs/notmuch-crypto.el +++ b/emacs/notmuch-crypto.el @@ -128,7 +128,7 @@ by user FROM." (setq label (concat "Unknown key ID " keyid " or unsupported algorithm")) (setq button-action 'notmuch-crypto-sigstatus-error-callback) (setq help-msg (concat "Click to retrieve key ID " keyid - " from keyserver."))) + " from key server."))) ((string= status "bad") (setq label (concat "Bad signature (claimed key ID " keyid ")")) (setq face 'notmuch-crypto-signature-bad))