mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
emacs: `notmuch-show-insert-part-multipart/encrypted' should not assume the presence of a button.
Missed in c802d12a1e
.
This commit is contained in:
parent
cc369779ab
commit
cb4e90e476
1 changed files with 2 additions and 1 deletions
|
@ -678,7 +678,8 @@ will return nil if the CID is unknown or cannot be retrieved."
|
|||
(notmuch-crypto-insert-sigstatus-button sigstatus from))))
|
||||
;; If we're not adding the encryption status, tell the user how
|
||||
;; they can get it.
|
||||
(button-put button 'help-echo "Set notmuch-crypto-process-mime to process cryptographic MIME parts."))
|
||||
(when button
|
||||
(button-put button 'help-echo "Set notmuch-crypto-process-mime to process cryptographic MIME parts.")))
|
||||
|
||||
(let ((inner-parts (plist-get part :content))
|
||||
(start (point)))
|
||||
|
|
Loading…
Reference in a new issue