Finally getting notmuch + mbsync + msmtp + alot + afew working. Only with work mail so far

This commit is contained in:
Dustin Swan
2014-03-26 17:50:10 -05:00
parent 9bd2f3a257
commit 6cda265a83
11 changed files with 73 additions and 10 deletions

2
bin/browser Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
open -a Firefox.app "$1"

5
bin/check_mail.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
while true; do
few -m; mbsync iocom; notmuch new
sleep 45
done