Adding comamnd to quick check mail.

master
Dustin Swan 10 years ago
parent e2cae52a2b
commit 40c881f722

@ -22,3 +22,4 @@ bug_on_exit = True
'I I' = search tag:iocom AND tag:inbox
'G G' = search tag:gmail AND tag:inbox
r = refresh
R = shellescape --thread true quick_check_mail.sh; refresh

@ -0,0 +1,2 @@
#!/bin/bash
offlineimap -q; notmuch new
Loading…
Cancel
Save