* mu4e: handle inline message/rfc822 parts correctly (show as attachments)

This commit is contained in:
djcb 2012-10-31 20:34:42 +02:00
parent 339d1ff036
commit 13e57114b4
1 changed files with 1 additions and 0 deletions

View File

@ -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)))