Fix mu4e bug?
This commit is contained in:
parent
9dc88926e6
commit
00ca67be84
|
@ -787,7 +787,8 @@ First, tell mu4e to use 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))
|
||||
message-send-mail-function #'message-send-mail-with-sendmail
|
||||
mu4e-headers-buffer-name "mail"))
|
||||
#+end_src
|
||||
Tell it where our account's stuff is
|
||||
#+begin_src emacs-lisp
|
||||
|
|
Loading…
Reference in New Issue