From aaa125fca8464bbe63d2bdad65e9f2920bedc9c0 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 12 Mar 2014 12:17:11 -0400 Subject: msmtprc needs to have 600 permissions not really sure why, since there isn't anything secret in there, but shrug --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index f1603e1..e308f87 100644 --- a/Makefile +++ b/Makefile @@ -102,6 +102,11 @@ $(INTO)/Maildir/.notmuch: notmuch @[ ! -e $@ ] || [ -h $@ ] || mv -f $@ $@.bak $(LN) $(PWD)/$< $@ +$(INTO)/.msmtprc: msmtprc + @[ ! -e $@ ] || [ -h $@ ] || mv -f $@ $@.bak + $(LN) $(PWD)/$< $@ + @chmod 600 $(PWD)/$< + %.spl : % @vim -u NONE -c':mkspell! $< | :q' -- cgit v1.2.3-54-g00ecf