From 2d8bf0db3a067cee45f1b45ce2a3254adab88310 Mon Sep 17 00:00:00 2001 From: Sasha Kovar Date: Tue, 17 Sep 2013 10:19:00 -0700 Subject: [PATCH] mu4e: always consider text/calendar message parts as attachments --- mu4e/mu4e-view.el | 1 + 1 file changed, 1 insertion(+) diff --git a/mu4e/mu4e-view.el b/mu4e/mu4e-view.el index 5d391ff0..97892771 100644 --- a/mu4e/mu4e-view.el +++ b/mu4e/mu4e-view.el @@ -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)))