summaryrefslogtreecommitdiff
path: root/web-ui/app/js/services
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/js/services')
-rw-r--r--web-ui/app/js/services/model/mail.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/js/services/model/mail.js b/web-ui/app/js/services/model/mail.js
index 6f99465e..0c04d62e 100644
--- a/web-ui/app/js/services/model/mail.js
+++ b/web-ui/app/js/services/model/mail.js
@@ -100,7 +100,7 @@ define(['helpers/contenttype'],
};
function getMailMediaType () {
- return new contentType.MediaType(this.header.content_type);
+ return new contentType.MediaType(this.header['Content-Type']);
}
function isMailMultipartAlternative () {