[notmuch] Cleaning up checkmail script and new afew rules

This commit is contained in:
2020-09-22 17:33:50 -04:00
parent 5fe79fdde2
commit d99b87c534
2 changed files with 33 additions and 13 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
afew --m --new
afew -m -n
mbsync -a
notmuch new
afew --tag --new
afew -t -n
exit 0