aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-06-15 02:13:44 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-06-15 02:13:44 +1200
commit0ae36a331c015f0b7d8dc56a94ec4a37ec519fce (patch)
tree699f05db4e31aba9a07e16852c2bf13314a8f12a /Makefile
parentMerge branch 'hotfix/v9.22.1' (diff)
parentBump VERSION (diff)
downloaddotfiles-0ae36a331c015f0b7d8dc56a94ec4a37ec519fce.tar.gz
dotfiles-0ae36a331c015f0b7d8dc56a94ec4a37ec519fce.zip
Merge branch 'release/v9.23.0'v9.23.0
* release/v9.23.0: Set use_envelope_from in muttrc Remove SENDMAIL switching from Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 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 > $@