]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: fix typo in variable name
authorDavid Bremner <david@tethera.net>
Wed, 7 Jul 2021 01:25:57 +0000 (22:25 -0300)
committerDavid Bremner <david@tethera.net>
Wed, 7 Jul 2021 01:25:57 +0000 (22:25 -0300)
This error crept in during my style rewrite of dkg's proposed change.

emacs/notmuch-crypto.el

index 5edfe94cf0cac989a40a97d3b3760dde5d03f78a..de4d9aea520bd1d25367b1f0bad5a49630db3814 100644 (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 "."))))