Switching from mbsync to offlineimap. More mail crap

This commit is contained in:
Dustin Swan
2014-04-09 16:46:47 -06:00
parent 8a8771581a
commit f28c485ce7
8 changed files with 51 additions and 18 deletions

View File

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