diff --git a/mu4e/mu4e-view.el b/mu4e/mu4e-view.el index 3d766a4e..2886d3a9 100644 --- a/mu4e/mu4e-view.el +++ b/mu4e/mu4e-view.el @@ -396,6 +396,7 @@ at POINT, or if nil, at (point)." ;; image/audio/application type (but not a signature) isattach (string-match "^\\(image\\|audio\\)" mtype) + (string= "message/rfc822" mtype) (and (string-match "^application" mtype) (not (string-match "signature" mtype)))))) (mu4e-message-field msg :parts)))