From e59566d7efb6f6c2838c89363b2dcf47ce093b80 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 18 Sep 2018 13:16:56 +0200 Subject: [PATCH] Set the mail sending function to sendmail-send-it MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This requires an MTA to be configured on the hosts, but it doesn’t really matter. --- customizations.el | 1 + 1 file changed, 1 insertion(+) diff --git a/customizations.el b/customizations.el index 82eace2..421520a 100644 --- a/customizations.el +++ b/customizations.el @@ -186,6 +186,7 @@ zygospore))) '(safe-local-variable-values (quote ((bug-reference-bug-regexp . "#\\(?2:[0-9]+\\)")))) '(scroll-margin 2) + '(send-mail-function (quote sendmail-send-it)) '(sgml-basic-offset 4) '(show-trailing-whitespace t) '(suggest-key-bindings nil)