From: Samir Benmendil Date: Mon, 14 Oct 2019 09:57:22 +0000 (+0100) Subject: Makefile: install msmtp X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/7df65770c72d33710d370e80c708b1fd72315112?ds=inline Makefile: install msmtp --- 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