From edf27ea51ce1cba22464ed608792fed2043aa496 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Tue, 19 Feb 2019 01:56:28 -0500 Subject: [PATCH] More generically find msmtp executable --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index a854b99..acde765 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -787,7 +787,7 @@ mail-specify-envelope-from t message-sendmail-envelope-from 'header message-send-mail-function 'message-send-mail-with-sendmail - sendmail-program "/usr/bin/msmtp" + sendmail-program (executable-find "msmtp") notmuch-fcc-dirs "Sent +sent")) (use-package fortune-cookie