mu4e: always consider text/calendar message parts as attachments

This commit is contained in:
Sasha Kovar 2013-09-17 10:19:00 -07:00
parent 97e821bcd6
commit 2d8bf0db3a
1 changed files with 1 additions and 0 deletions

View File

@ -419,6 +419,7 @@ at POINT, or if nil, at (point)."
isattach
(string-match "^\\(image\\|audio\\)" mtype)
(string= "message/rfc822" mtype)
(string= "text/calendar" mtype)
(and (string-match "^application" mtype)
(not (string-match "signature" mtype))))))
(mu4e-message-field msg :parts)))