From 2d38e5a553b7a1c8e20597b0c2351f8b2f36ec41 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Sun, 19 Apr 2015 19:59:11 +0100 Subject: Replaced ssmtp by msmtp --- make | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'make') diff --git a/make b/make index c1a9bbe..b00ac4b 100755 --- a/make +++ b/make @@ -4,12 +4,13 @@ dir=~/dotfiles olddir=~/dotfiles_old # Files to sync -files="vim mutt passwords vifm bashrc zshrc xmodmap mynotes tmux.conf zathurarc offlineimaprc offlineimap.py inputrc latexmkrc crontab gitconfig" +files="vim mutt passwords vifm msmtprc bashrc zshrc xmodmap mynotes tmux.conf zathurarc offlineimaprc offlineimap.py inputrc latexmkrc crontab gitconfig" rm -rf $olddir mkdir -p $olddir cd $dir +chmod 600 msmtprc for file in $files; do echo $file mv ~/.$file $olddir -- cgit v1.2.3