mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Setup mu4e send mail via msmtp
This commit is contained in:
parent
00689dae5a
commit
a5dbcf0e91
|
@ -1224,6 +1224,11 @@ https://github.com/magit/magit/issues/460 (@cpitclaudel)."
|
||||||
(:from-or-to . 20)
|
(:from-or-to . 20)
|
||||||
(:subject)))
|
(:subject)))
|
||||||
(load "~/.emacs.d/mu4e-private.el")
|
(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;;;--
|
;;;-- Load emacs direnv;;;--
|
||||||
(require 'direnv)
|
(require 'direnv)
|
||||||
|
|
|
@ -1444,6 +1444,11 @@ I don't have this active right now since it's kinda weird with pgtk...
|
||||||
(:from-or-to . 20)
|
(:from-or-to . 20)
|
||||||
(:subject)))
|
(:subject)))
|
||||||
(load "~/.emacs.d/mu4e-private.el")
|
(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)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** EAF
|
** EAF
|
||||||
EAF doesn't work on Wayland :(
|
EAF doesn't work on Wayland :(
|
||||||
|
|
Loading…
Reference in a new issue