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
|
@ -1444,6 +1444,11 @@ I don't have this active right now since it's kinda weird with pgtk...
|
|||
(: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)
|
||||
#+END_SRC
|
||||
** EAF
|
||||
EAF doesn't work on Wayland :(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue