X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-show.el;h=641398dc838ab10b4e17dbb4767a78b3ab0be667;hp=5a585f38652791752a221c50a6fc3859e145069e;hb=a448879e49fb838a302b4e68d73e63c6b75d9175;hpb=653c5ee2217adf4007bf76d2067948f6c603ae59 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)))