(config) emacs: ok

This commit is contained in:
Sakooooo 2024-10-23 08:56:26 +04:00
parent e353ea8e27
commit ce28bd1cdf
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -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.