]> git.ekhem.eu.org Git - guix.git/commitdiff
[emacs] Use `mbsync` from `PATH`.
authorJakub Czajka <jakub@ekhem.eu.org>
Fri, 2 Jun 2023 17:01:47 +0000 (19:01 +0200)
committerJakub Czajka <jczajka@google.com>
Sun, 24 Dec 2023 18:53:24 +0000 (19:53 +0100)
emacs/.config/emacs/conf/conf-email.el

index fcc58bf9b0924fa5bb2a35fa341e16ec14737b5c..0c61bc51501c2d8912c835d20ef2aaea11b64f6a 100644 (file)
@@ -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)