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 - 2021-01-06 17:06:29 +01:00
parent bac20f30c3
commit 0dbc839c45
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 1 deletions

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