config/emacs: ill try smtpmail again
This commit is contained in:
parent
58c067690b
commit
df56107024
1 changed files with 3 additions and 5 deletions
|
@ -1204,10 +1204,8 @@ GNU patch review metho dor sometihng idk
|
||||||
(setq mu4e-change-filenames-when-moving t)
|
(setq mu4e-change-filenames-when-moving t)
|
||||||
|
|
||||||
;; 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
|
|
||||||
sendmail-program "msmtp")
|
|
||||||
|
|
||||||
(setq mu4e-update-interval (* 10 60))
|
(setq mu4e-update-interval (* 10 60))
|
||||||
(setq mu4e-get-mail-command (format "INSIDE_EMACS=%s offlineimap" emacs-version)
|
(setq mu4e-get-mail-command (format "INSIDE_EMACS=%s offlineimap" emacs-version)
|
||||||
|
|
Loading…
Reference in a new issue