aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-29 16:11:07 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-29 16:11:07 +1200
commitc81083ff6df2d224fef7ce85051ab4366c906ee0 (patch)
treee8d4fa61faed2122779c676945f2fde9079ae048
parentMerge branch 'hotfix/v9.10.5' (diff)
downloaddotfiles-c81083ff6df2d224fef7ce85051ab4366c906ee0.tar.gz
dotfiles-c81083ff6df2d224fef7ce85051ab4366c906ee0.zip
Include full path for msmtp
Otherwise git-send-email interprets it as a hostname.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9c23c491..53b69fbd 100644
--- a/Makefile
+++ b/Makefile
@@ -98,7 +98,7 @@ XDG_DATA_HOME = $(HOME)/.local/share
NAME = 'Tom Ryder'
EMAIL = tom@sanctum.geek.nz
GPG_KEYID = FA09C06E1B670CD0B2F5DE60C14286EA77BB8872
-SENDMAIL = msmtp
+SENDMAIL = /usr/bin/msmtp
BINS = bin/ap \
bin/apf \