emacs: fix typo in variable name

This error crept in during my style rewrite of dkg's proposed change.
This commit is contained in:
David Bremner 2021-07-06 22:25:57 -03:00
parent dd91621d80
commit 04f378e673

View file

@ -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 "."))))