X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-show.el;h=641398dc838ab10b4e17dbb4767a78b3ab0be667;hb=9966720453c72286b5f36a56323244d70202cb26;hp=5a585f38652791752a221c50a6fc3859e145069e;hpb=f94921520778ae4005500f5d1b943e2d4ddd3b2a;p=notmuch diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 5a585f38..641398dc 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -682,6 +682,9 @@ will return nil if the CID is unknown or cannot be retrieved." (indent-rigidly start (point) 1))) t) +(defun notmuch-show-insert-part-application/pgp-encrypted (msg part content-type nth depth button) + t) + (defun notmuch-show-insert-part-multipart/* (msg part content-type nth depth button) (let ((inner-parts (plist-get part :content)) (start (point)))