[PATCH] emacs: fix typo in variable name

Subject: [PATCH] emacs: fix typo in variable name

Date: Tue, 6 Jul 2021 22:28:08 -0300

To: notmuch@notmuchmail.org

Cc: David Bremner

From: David Bremner


This error crept in during my style rewrite of dkg's proposed change.
---
 emacs/notmuch-crypto.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 "."))))
-- 
2.30.2
_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org

Thread: