From: David Edmondson Date: Tue, 8 Mar 2016 17:12:57 +0000 (+0000) Subject: emacs: `notmuch-show-insert-part-multipart/encrypted' should not assume the presence... X-Git-Tag: 0.22_rc0~28 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=cb4e90e476572f52517ccb2dd04872c243710e9c emacs: `notmuch-show-insert-part-multipart/encrypted' should not assume the presence of a button. Missed in c802d12a1e43fe69f2fcf7a2f7d44018a55bfb65. --- diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 245114b7..cba979df 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -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)))