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(-) 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 From 8ae061e986225d31f70b430f4e25e15cb50047a7 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 29 May 2020 16:17:57 +1200 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 9bcefb9b..3df1d48e 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -tejr dotfiles v9.10.5 -Mon, 25 May 2020 09:09:30 +0000 +tejr dotfiles v9.10.6 +Fri, 29 May 2020 04:11:33 +0000 -- cgit v1.2.3