--- a/mml.el 2017-11-09 21:11:26.542291084 +0100 +++ b/mml.el 2017-11-09 21:12:18.838306315 +0100 @@ -929,10 +929,11 @@ (defun mime-to-mml (&optional handles) "Translate the current buffer (which should be a message) into MML. If HANDLES is non-nil, use it instead reparsing the buffer." ;; First decode the head. + (save-excursion (icalendar--clean-up-line-endings)) (save-restriction (message-narrow-to-head) (let ((rfc2047-quote-decoded-words-containing-tspecials t)) (mail-decode-encoded-word-region (point-min) (point-max)))) (unless handles