diff options
author | fpi | 2020-09-21 10:25:48 +0200 |
---|---|---|
committer | fpi | 2020-09-28 12:03:27 +0200 |
commit | 6c2f7b38c00515575617a639177d8b1a9a0f6ae3 (patch) | |
tree | 6d1568e01efa427be3fd41151e8a808bb0416271 | |
parent | Make fit-window-to-buffer consider olivetti mode (diff) |
Forward messages as mime type
-rw-r--r-- | emacs-init.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs-init.org b/emacs-init.org index 36afbf4..49605d5 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -4994,6 +4994,7 @@ I use =msmtp= to send mail. (message-sendmail-envelope-from 'header) (message-sendmail-f-is-evil nil) (message-kill-buffer-on-exit t) + (message-forward-as-mime t) :hook (message-mode . footnote-mode)) (use-package sendmail :custom |