aboutsummaryrefslogtreecommitdiffstats
path: root/oni-gnus.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-05-05 20:56:58 -0700
committerGravatar Tom Willemse2021-05-05 20:56:58 -0700
commite5111cda8b95b93f1de6c2121557b0f793c9e818 (patch)
treefccc7c97e9e8e1e19e203428e57b2ab0ccc45ead /oni-gnus.el
parent489c6bbfb9e7b9c5c5182c2e34ff5cc5c9f99334 (diff)
downloademacs-config-e5111cda8b95b93f1de6c2121557b0f793c9e818.tar.gz
emacs-config-e5111cda8b95b93f1de6c2121557b0f793c9e818.zip
[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.
Diffstat (limited to 'oni-gnus.el')
-rw-r--r--oni-gnus.el4
1 files changed, 2 insertions, 2 deletions
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 <tom@ryuslash.org>
;; 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)