diff --git a/Makefile b/Makefile index 38f8a5b..76fd767 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ LN_FLAGS = -sfnv MKDIR_FLAGS = -pv -home_symlinks = aliases Xresources xbindkeysrc xinitrc offlineimaprc mutt zprofile zshrc +home_symlinks = aliases Xresources xbindkeysrc xinitrc offlineimaprc urlview msmtprc mutt zprofile zshrc config_copy = @@ -9,7 +9,7 @@ config_symlinks = all: install -install: aliases Xresources xbindkeysrc xinitrc +install: aliases Xresources xbindkeysrc xinitrc offlineimaprc urlview msmtprc mutt zprofile zshrc .PHONY: $(home_symlinks) $(home_symlinks): @@ -28,6 +28,3 @@ $(config_symlinks): $(eval DESTDIR := $(shell dirname ~/.config/$@)) mkdir $(MKDIR_FLAGS) $(DESTDIR) test -e $(CURDIR)/$@ && ln $(LN_FLAGS) $(CURDIR)/$@ ~/.config/$@ - -zprofile: - test -e $(CURDIR)/profile && ln $(LN_FLAGS) $(CURDIR)/profile ~/.zprofile diff --git a/msmtprc b/msmtprc new file mode 100644 index 0000000..987cfaf --- /dev/null +++ b/msmtprc @@ -0,0 +1,29 @@ +defaults +auth on +tls on +tls_starttls +tls_trust_file /etc/ssl/certs/ca-certificates.crt +logfile ~/.mutt/msmtp.log + +account vt +host smtp.gmail.com +port 587 +user pwalko@vt.edu +passwordeval "pass email/vt" +from pwalko@vt.edu + +account walko +host smtp.gmail.com +port 587 +user paul@walko.org +passwordeval "pass email/walko" +from paul@walko.org + +account gmail +host smtp.gmail.com +port 587 +user paulsw.pw@gmail.com +passwordeval "pass email/gmail" +from paulsw.pw@gmail.com + +account default : vt diff --git a/mutt/msmtp.log b/mutt/msmtp.log index 4b73ad0..2619f19 100644 --- a/mutt/msmtp.log +++ b/mutt/msmtp.log @@ -8,3 +8,4 @@ Jun 18 19:20:13 host=smtp.gmail.com tls=on auth=on user=pwalko@vt.edu from=pwalk Jun 18 19:37:38 host=smtp.gmail.com tls=on auth=on user=pwalko@vt.edu from=pwalko@vt.edu recipients=paul@walko.org mailsize=1546 smtpstatus=250 smtpmsg='250 2.0.0 OK 1497829059 r9sm6148728qtr.31 - gsmtp' exitcode=EX_OK Jun 18 20:17:05 host=smtp.gmail.com tls=on auth=on user=pwalko@vt.edu from=pwalko@vt.edu recipients=paulsw.pw@gmail.com mailsize=579645 smtpstatus=250 smtpmsg='250 2.0.0 OK 1497831426 g6sm5462018qkb.48 - gsmtp' exitcode=EX_OK Jun 18 20:55:43 host=smtp.gmail.com tls=on auth=on user=pwalko@vt.edu from=pwalko@vt.edu recipients=joe@walko.org mailsize=1411 smtpstatus=250 smtpmsg='250 2.0.0 OK 1497833744 u9sm6164611qtb.29 - gsmtp' exitcode=EX_OK +Jun 19 00:55:53 host=smtp.gmail.com tls=on auth=on user=paulsw.pw@gmail.com from=paulsw.pw@gmail.com recipients=pwalko@vt.edu mailsize=77 smtpstatus=250 smtpmsg='250 2.0.0 OK 1497848154 a68sm3950810ywe.6 - gsmtp' exitcode=EX_OK diff --git a/mutt/offlineimap.pyc b/mutt/offlineimap.pyc index e8ef19b..9f7b3cf 100644 Binary files a/mutt/offlineimap.pyc and b/mutt/offlineimap.pyc differ diff --git a/.urlview b/urlview similarity index 100% rename from .urlview rename to urlview