From 7df65770c72d33710d370e80c708b1fd72315112 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Mon, 14 Oct 2019 10:57:22 +0100 Subject: [PATCH] Makefile: install msmtp --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6ba4acf..b214a5e 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ XDG_CACHE_HOME ?= ~/.cache XDG_DATA_HOME ?= ~/.local/share FILES := bin -DOTFILES := goobookrc msmtp* profile tmux.conf Xresources +DOTFILES := goobookrc profile tmux.conf Xresources CONFIGFILES := compton.conf mpv offlineimap ranger retroarch xbindkeys xkb .PHONY: core_files @@ -50,6 +50,11 @@ mpd: systemd systemctl --user start mpd .PHONY: mpd +msmtp: + ln -sfT $(APATH)/msmtprc ~/.msmtprc + ln -sfT $(APATH)/msmtp ~/.msmtp +.PHONY: msmtp + mutt: $(XDG_CONFIG_HOME) ln -sfT $(APATH)/mutt $(XDG_CONFIG_HOME)/mutt .PHONY: mutt -- 2.48.1