Adding mail stuffs. Fixing check_mail script. Shortcuts in alot. Folder<->tag rules for afew

This commit is contained in:
Dustin Swan
2014-04-05 15:40:42 -06:00
parent 11b9cd2d08
commit 8a8771581a
4 changed files with 21 additions and 13 deletions

View File

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