mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Setup mu4e send mail via msmtp
This commit is contained in:
parent
00689dae5a
commit
a5dbcf0e91
2 changed files with 10 additions and 0 deletions
|
@ -1224,6 +1224,11 @@ https://github.com/magit/magit/issues/460 (@cpitclaudel)."
|
|||
(:from-or-to . 20)
|
||||
(:subject)))
|
||||
(load "~/.emacs.d/mu4e-private.el")
|
||||
(setq sendmail-program "~/.nix-profile/bin/msmtp"
|
||||
send-mail-function 'smtpmail-send-it
|
||||
message-sendmail-f-is-evil t
|
||||
message-sendmail-extra-arguments '("--read-envelope-from")
|
||||
message-send-mail-function 'message-send-mail-with-sendmail)
|
||||
|
||||
;;;-- Load emacs direnv;;;--
|
||||
(require 'direnv)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue