From 45432f9b34d8ba5b204a409a1959e1ccf4147faf Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 8 Jun 2018 15:14:22 +0200 Subject: fix(mail): Set `mail-host-address` variable from hostname --- init/mail-setup.el | 1 + 1 file changed, 1 insertion(+) (limited to 'init/mail-setup.el') diff --git a/init/mail-setup.el b/init/mail-setup.el index fdfadf0245b7..bdbab45fdd84 100644 --- a/init/mail-setup.el +++ b/init/mail-setup.el @@ -34,6 +34,7 @@ (setq mail-specify-envelope-from t message-sendmail-envelope-from 'header mail-envelope-from 'header) +(setq mail-host-address (system-name)) ;; Store sent mail in the correct folder per account (setq notmuch-maildir-use-notmuch-insert nil) -- cgit 1.4.1