From e5111cda8b95b93f1de6c2121557b0f793c9e818 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 5 May 2021 20:56:58 -0700 Subject: [oni-gnus] Use msmtp from the path On Guix ‘msmtp’ doesn’t exist in ‘/usr/bin/local’ but in my guix profile. It does exist on the path, so Emacs should just search for it there. --- oni-gnus.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'oni-gnus.el') diff --git a/oni-gnus.el b/oni-gnus.el index eb06863..158a821 100644 --- a/oni-gnus.el +++ b/oni-gnus.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2021.0425.182119 +;; Version: 2021.0505.205651 ;; Package-Requires: (oni-data-dir) ;; This program is free software; you can redistribute it and/or modify @@ -45,7 +45,7 @@ (setq send-mail-function 'send-mail-send-it message-send-mail-function 'message-send-mail-with-sendmail - sendmail-program "/usr/bin/msmtp") + sendmail-program "msmtp") (setq gnus-novice-user nil) -- cgit v1.2.3-54-g00ecf