From: Jakub Czajka Date: Fri, 2 Jun 2023 17:01:47 +0000 (+0200) Subject: [emacs] Use `mbsync` from `PATH`. X-Git-Url: https://git.ekhem.eu.org/?a=commitdiff_plain;h=940c44d7a2766e5e3e4bd060d72d81be530e54d8;p=guix.git [emacs] Use `mbsync` from `PATH`. --- 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)