Load mailcap on Linux

This commit is contained in:
Case Duckworth 2021-05-04 19:57:48 -05:00
parent fa189fa1b6
commit 21e17e1563
1 changed files with 5 additions and 0 deletions

View File

@ -133,6 +133,11 @@
(setq mm-discouraged-alternatives '("text/html"
"text/richtext"))
(with-eval-after-load 'mailcap
(cond ((eq system-type 'darwin))
((eq system-type 'windows-nt))
(t (mailcap-parse-mailcaps))))
;;; Composing mail
(hook-defun setup-message-mode message-mode-hook
(flyspell-mode +1)