diff --git a/mu4e/mu4e-view.el b/mu4e/mu4e-view.el index c4bcb7a4..79c5e34b 100644 --- a/mu4e/mu4e-view.el +++ b/mu4e/mu4e-view.el @@ -378,8 +378,10 @@ is nil, and otherwise open it." ;; numbers and the part indices (remove-if (lambda (part) - (or (member 'body (plist-get part :type)) - (member 'inline (plist-get part :type)))) + (or + (not (member 'attachment (plist-get part :type))) + ;; + )) (plist-get msg :parts))) (attstr (mapconcat