Make message close buffers, set mail-host-address

This commit is contained in:
Adam Goldsmith 2018-03-15 01:18:05 -04:00
parent f2c88f5df8
commit 8be0ba84be
1 changed files with 3 additions and 1 deletions

View File

@ -627,7 +627,9 @@
(interactive)
(shell-command "muchsync ag")
(nm-refresh))
(setq mail-specify-envelope-from t
(setq message-kill-buffer-on-exit t
mail-host-address "adamgoldsmith.name"
mail-specify-envelope-from t
message-sendmail-envelope-from 'header
message-send-mail-function 'message-send-mail-with-sendmail
sendmail-program "/usr/bin/msmtp"