From 2fffa874d0eeaa5568383d5b89e13b097d609408 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 13 May 2020 11:58:46 +0200 Subject: view/utils: Do not display video attachments. --- mumi/web/view/utils.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mumi/web/view/utils.scm b/mumi/web/view/utils.scm index 0735bf5..46dcf65 100644 --- a/mumi/web/view/utils.scm +++ b/mumi/web/view/utils.scm @@ -235,7 +235,7 @@ BUG-NUM), even when it is a multipart message." (assoc-ref content-type 'type))) (binary-attachment? (and attachment? (member (assoc-ref content-type 'type) - '(application image)))) + '(application image video)))) (attachment-name (or (and=> (assoc-ref headers 'content-disposition) (cut assoc-ref <> 'filename)) -- cgit v1.2.3