From c81083ff6df2d224fef7ce85051ab4366c906ee0 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 29 May 2020 16:11:07 +1200 Subject: Include full path for msmtp Otherwise git-send-email interprets it as a hostname. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 \ -- cgit v1.2.3