[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.
This commit is contained in:
parent
489c6bbfb9
commit
e5111cda8b
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue