Do not forward mails as RFC822 MIME by default

This seems to cause problems in representation (both in Thunderbird and Emacs
itself) and does not add much benefit.
This commit is contained in:
Daniel Borchmann 2021-01-06 17:06:29 +01:00
parent bac20f30c3
commit 0dbc839c45
Signed by: exot
GPG Key ID: 1C7071A75BB72D64

View File

@ -1685,7 +1685,7 @@
(advice-add 'mm-copy-to-buffer
:before #'db/convert-crlf-to-lf-in-buffer)))
(setq message-forward-as-mime t)
(setq message-forward-as-mime nil)
;; MIME creation; signing, and encryption