Set the mail sending function to sendmail-send-it

This requires an MTA to be configured on the hosts, but it doesn’t really matter.
This commit is contained in:
Gergely Polonkai 2018-09-18 13:16:56 +02:00
parent a1086d211f
commit e59566d7ef
1 changed files with 1 additions and 0 deletions

View File

@ -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)