Revert sendmail config since I broke it
This commit is contained in:
parent
4887642226
commit
56037884fe
|
@ -1130,15 +1130,13 @@ Set fill column to 88 and enable display in python buffers
|
||||||
#+begin_src emacs-lisp :tangle yes
|
#+begin_src emacs-lisp :tangle yes
|
||||||
(use-package gnus
|
(use-package gnus
|
||||||
:config
|
:config
|
||||||
(setq gnus-select-method '(nnnil))
|
(setq gnus-select-method '(nnnil)))
|
||||||
;; http://www.fsf.org/static/fsforg/rss/news.xml
|
|
||||||
)
|
|
||||||
#+end_src
|
#+end_src
|
||||||
** Email
|
** Email
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(setq sendmail-program (executable-find "msmtp")
|
(setq sendmail-program (executable-find "msmtp")
|
||||||
send-mail-function #'smtpmail-send-it
|
send-mail-function #'sendmail-send-it
|
||||||
message-send-mail-function #'message-smtpmail-send-it
|
message-send-mail-function #'message-send-mail-with-sendmail
|
||||||
message-sendmail-f-is-evil t
|
message-sendmail-f-is-evil t
|
||||||
message-sendmail-extra-arguments '("--read-envelope-from")
|
message-sendmail-extra-arguments '("--read-envelope-from")
|
||||||
message-auto-save-directory nil
|
message-auto-save-directory nil
|
||||||
|
|
Loading…
Reference in a new issue