summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-10-11 22:25:39 -0500
committerCase Duckworth2021-10-11 22:25:39 -0500
commit31aa443a9e4f2f8fc804c9191749ebbc4dec177b (patch)
tree05f4e88785610432213107d8d8b161a498370d39 /init.el
parentMerge branch 'main' of github.com:duckwork/.emacs.d (diff)
downloademacs-31aa443a9e4f2f8fc804c9191749ebbc4dec177b.tar.gz
emacs-31aa443a9e4f2f8fc804c9191749ebbc4dec177b.zip
Moar mu4e config
Diffstat (limited to 'init.el')
-rw-r--r--init.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/init.el b/init.el index e419f66..d15ce11 100644 --- a/init.el +++ b/init.el
@@ -802,12 +802,12 @@ specific to most general, they are these:
802 mu4e-get-mail-command "mbsync -a" 802 mu4e-get-mail-command "mbsync -a"
803 mu4e-maildir "~/mail" 803 mu4e-maildir "~/mail"
804 mu4e-update-interval (* 10 60) 804 mu4e-update-interval (* 10 60)
805 sendmail-send-program (seq-some #'executable-find 805 sendmail-program (seq-some #'executable-find
806 '("msmtp" 806 '("msmtp"
807 "sendmail")) 807 "sendmail"))
808 message-sendmail-f-is-evil t 808 message-sendmail-f-is-evil t
809 message-sendmail-extra-arguments '("--read-envelope-from") 809 message-sendmail-extra-arguments '("--read-envelope-from")
810 message-send-mail-function #'message-send-mail-with-sendmail 810 message-send-mail-function #'smtpmail-send-it
811 send-mail-function #'smtpmail-send-it 811 send-mail-function #'smtpmail-send-it
812 smtpmail-smtp-service 465 812 smtpmail-smtp-service 465
813 smtpmail-stream-type 'ssl) 813 smtpmail-stream-type 'ssl)