Finally getting notmuch + mbsync + msmtp + alot + afew working. Only with work mail so far
This commit is contained in:
2
bin/browser
Executable file
2
bin/browser
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
open -a Firefox.app "$1"
|
||||
5
bin/check_mail.sh
Executable file
5
bin/check_mail.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
while true; do
|
||||
few -m; mbsync iocom; notmuch new
|
||||
sleep 45
|
||||
done
|
||||
Reference in New Issue
Block a user