From 56037884fefa827236fec897acc6247bd9ba8484 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 14 Feb 2024 07:35:32 +0000 Subject: [PATCH] Revert sendmail config since I broke it --- README.org | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.org b/README.org index 2402d9b..030c5a9 100644 --- a/README.org +++ b/README.org @@ -1130,15 +1130,13 @@ Set fill column to 88 and enable display in python buffers #+begin_src emacs-lisp :tangle yes (use-package gnus :config - (setq gnus-select-method '(nnnil)) - ;; http://www.fsf.org/static/fsforg/rss/news.xml - ) + (setq gnus-select-method '(nnnil))) #+end_src ** Email #+begin_src emacs-lisp (setq sendmail-program (executable-find "msmtp") - send-mail-function #'smtpmail-send-it - message-send-mail-function #'message-smtpmail-send-it + send-mail-function #'sendmail-send-it + message-send-mail-function #'message-send-mail-with-sendmail message-sendmail-f-is-evil t message-sendmail-extra-arguments '("--read-envelope-from") message-auto-save-directory nil