]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-show.el
emacs: reply: remove wrong sig/enc status buttons
[notmuch] / emacs / notmuch-show.el
index 5a585f38652791752a221c50a6fc3859e145069e..641398dc838ab10b4e17dbb4767a78b3ab0be667 100644 (file)
@@ -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)))