(config) emacs: ok
This commit is contained in:
parent
e353ea8e27
commit
ce28bd1cdf
1 changed files with 2 additions and 2 deletions
|
@ -1217,8 +1217,8 @@ GNU patch review metho dor sometihng idk
|
||||||
;; sending mail
|
;; sending mail
|
||||||
;;(setq message-send-mail-function 'smtpmail-send-it)
|
;;(setq message-send-mail-function 'smtpmail-send-it)
|
||||||
;;(add-to-list 'smtpmail-auth-supported 'xoauth2)
|
;;(add-to-list 'smtpmail-auth-supported 'xoauth2)
|
||||||
(setq send-mail-function 'sendmail-send-it)
|
(setq send-mail-function 'message-send-mail-with-sendmail)
|
||||||
(setq message-send-mail-function 'sendmail-sent-it)
|
(setq message-send-mail-function 'message-send-mail-with-sendmail)
|
||||||
(setq sendmail-program (executable-find "msmtp"))
|
(setq sendmail-program (executable-find "msmtp"))
|
||||||
|
|
||||||
;; select the right sender email from the context.
|
;; select the right sender email from the context.
|
||||||
|
|
Loading…
Reference in a new issue