aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-06-15 01:54:18 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-06-15 01:54:18 +1200
commit408c5e43ce7077b0e450781772a6adf448f9b0dc (patch)
tree15ba6d2fe644bd45e53a5bfaac28940ec040af3d
parentMerge branch 'hotfix/v9.22.1' into develop (diff)
downloaddotfiles-408c5e43ce7077b0e450781772a6adf448f9b0dc.tar.gz
dotfiles-408c5e43ce7077b0e450781772a6adf448f9b0dc.zip
Remove SENDMAIL switching from Makefile
Managing to make my local mailserver do all this work these days.
-rw-r--r--Makefile2
-rw-r--r--git/config.mi51
2 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 5fb6664b..60f2be62 100644
--- a/Makefile
+++ b/Makefile
@@ -85,7 +85,6 @@ XDG_DATA_HOME = $(HOME)/.local/share
NAME = 'Tom Ryder'
EMAIL = tom@sanctum.geek.nz
GPG_KEYID = FA09C06E1B670CD0B2F5DE60C14286EA77BB8872
-SENDMAIL = /usr/bin/msmtp
BINS = bin/ap \
bin/apf \
@@ -342,7 +341,6 @@ git/config: git/config.m4
-D NAME=$(NAME) \
-D EMAIL=$(EMAIL) \
-D GPG_KEYID=$(GPG_KEYID) \
- -D SENDMAIL=$(SENDMAIL) \
-D XDG_CONFIG_HOME=$(XDG_CONFIG_HOME) \
git/config.m4 > $@
diff --git a/git/config.mi5 b/git/config.mi5
index 3337a683..304be811 100644
--- a/git/config.mi5
+++ b/git/config.mi5
@@ -26,7 +26,6 @@
[sendemail]
confirm = compose
- smtpServer = <% SENDMAIL %>
[status]
short = true