;;; mumi -- Mediocre, uh, mail interface
;;; Copyright © 2017, 2018 Ricardo Wurmus <rekado@elephly.net>
-;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2018, 2019 Arun Isaac <arunisaac@systemreboot.net>
;;;
;;; This program is free software: you can redistribute it and/or
;;; modify it under the terms of the GNU Affero General Public License
(iota (length parts)))))
;; Regular message with a simple body.
(else
- (prettify (email-body message)))))
+ (display-mime-entity
+ (make-mime-entity (email-headers message)
+ (email-body message))))))
+