mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs: fix typo in variable name
This error crept in during my style rewrite of dkg's proposed change.
This commit is contained in:
parent
dd91621d80
commit
04f378e673
1 changed files with 1 additions and 1 deletions
|
@ -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 "."))))
|
||||
|
|
Loading…
Reference in a new issue