diff options
-rw-r--r-- | mumi/web/view/utils.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |