From 516ff679963087c3110efb06f9a3394e643a8399 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Wed, 2 Dec 2020 11:38:49 +0100 Subject: [PATCH] [Emacs] Fix text in mu4e configuration --- org/config/emacs.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org/config/emacs.org b/org/config/emacs.org index 92a6621..a438e90 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -2968,7 +2968,7 @@ This is the setup I have for my SMTP mail server: I point Emacs’ SMTP services message-send-mail-function 'smtpmail-send-it) #+END_SRC -I am unsure yet if this has any effect on mu4e, but this variable should discourage mu4e from reading rich text emails and instead open them as plain text. However, I do not wish to discourage opening HTML emails since I can compile them to PDF or open them in the browser. +I am unsure yet if this has any effect on mu4e, but this variable should discourage mu4e from reading rich text emails and instead open them as plain text. However, I do not wish to discourage opening HTML emails since I can open them in the browser. #+BEGIN_SRC emacs-lisp (setq mm-discouraged-alternatives '("text/richtext")) #+END_SRC