unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] emacs: fix typo in variable name
@ 2021-07-07  1:28 David Bremner
  2021-07-08  1:36 ` David Bremner
  0 siblings, 1 reply; 2+ messages in thread
From: David Bremner @ 2021-07-07  1:28 UTC (permalink / raw)
  To: notmuch; +Cc: 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] emacs: fix typo in variable name
  2021-07-07  1:28 [PATCH] emacs: fix typo in variable name David Bremner
@ 2021-07-08  1:36 ` David Bremner
  0 siblings, 0 replies; 2+ messages in thread
From: David Bremner @ 2021-07-08  1:36 UTC (permalink / raw)
  To: notmuch

David Bremner <david@tethera.net> writes:

> This error crept in during my style rewrite of dkg's proposed change.

pushed

d

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-08  1:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-07  1:28 [PATCH] emacs: fix typo in variable name David Bremner
2021-07-08  1:36 ` David Bremner

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).