mu4e: always consider text/calendar message parts as attachments
This commit is contained in:
@ -419,6 +419,7 @@ at POINT, or if nil, at (point)."
|
|||||||
isattach
|
isattach
|
||||||
(string-match "^\\(image\\|audio\\)" mtype)
|
(string-match "^\\(image\\|audio\\)" mtype)
|
||||||
(string= "message/rfc822" mtype)
|
(string= "message/rfc822" mtype)
|
||||||
|
(string= "text/calendar" mtype)
|
||||||
(and (string-match "^application" mtype)
|
(and (string-match "^application" mtype)
|
||||||
(not (string-match "signature" mtype))))))
|
(not (string-match "signature" mtype))))))
|
||||||
(mu4e-message-field msg :parts)))
|
(mu4e-message-field msg :parts)))
|
||||||
|
|||||||
Reference in New Issue
Block a user