X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-show.el;h=61a8c4cbd1e335c862cf8f5190044b54d35748b6;hb=ecdfa9a6b0d92ebc9bb0a41b597ad7420883d9ca;hp=32c971a8cb79343d9e8e0c9ae8337aa13c025bb3;hpb=ee8305b519abe26f9a6cab5f67b782ddc95a7a7c;p=notmuch diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 32c971a8..61a8c4cb 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -588,6 +588,10 @@ message at DEPTH in the current thread." ;; Render the primary part. (notmuch-show-insert-bodypart msg (car inner-parts) depth) + ;; Add hidden buttons for the rest + (mapc (lambda (inner-part) + (notmuch-show-insert-bodypart msg inner-part depth t)) + (cdr inner-parts)) (when notmuch-show-indent-multipart (indent-rigidly start (point) 1)))