From 38e52bb21628e63a55ac8409ea4df91e292ed971 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 20 Feb 2020 15:13:20 +0100 Subject: [PATCH] Fix the org-msg backend --- configuration.org | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.org b/configuration.org index 4cf3f9f..dfad6b6 100644 --- a/configuration.org +++ b/configuration.org @@ -3080,6 +3080,7 @@ An alternative could be :config (org-msg-mode) :custom + (org-msg-supported-mua '((sendmail-user-agent . "mu4e"))) (org-msg-options "html-postamble:nil H:5 num:nil ^:{} toc:nil") (org-msg-startup "hidestars indent inlineimages") (org-msg-greeting-fmt "\nHello,\n\n")