Getting mail working better. Adding filters to afew config. Etc.

This commit is contained in:
Dustin Swan
2014-03-27 16:17:53 -05:00
parent 6cda265a83
commit 11b9cd2d08
6 changed files with 71 additions and 18 deletions

View File

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