From 940c44d7a2766e5e3e4bd060d72d81be530e54d8 Mon Sep 17 00:00:00 2001 From: Jakub Czajka Date: Fri, 2 Jun 2023 19:01:47 +0200 Subject: [PATCH] [emacs] Use `mbsync` from `PATH`. --- emacs/.config/emacs/conf/conf-email.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/.config/emacs/conf/conf-email.el b/emacs/.config/emacs/conf/conf-email.el index fcc58bf..0c61bc5 100644 --- a/emacs/.config/emacs/conf/conf-email.el +++ b/emacs/.config/emacs/conf/conf-email.el @@ -13,7 +13,7 @@ :custom ;; Use `sendmail' interface with `msmtp' backend. (send-mail-function 'sendmail-send-it) - (sendmail-program "/usr/bin/msmtp") + (sendmail-program "msmtp") ;; Use sender address from the `From' clause of the header. (mail-specify-envelope-from t) (message-sendmail-envelope-from 'header) -- 2.39.5