swap inbox and archived tags - again

This commit is contained in:
Felix Van der Jeugt 2019-06-27 11:07:20 +02:00
parent 51df7d24e3
commit 5952693319
No known key found for this signature in database
GPG key ID: 58B209295023754D
7 changed files with 32 additions and 20 deletions

View file

@ -1,6 +1,4 @@
#!/bin/sh
afew --tag --new
notmuch search tag:new | cut -d' ' --complement -f1 | xargs -0 --no-run-if-empty notify-send
notmuch tag -new +unread -- tag:new
notmuch tag -new -unread -- tag:spam
notmuch search tag:unread | cut -d' ' --complement -f1 | xargs -0 --no-run-if-empty notify-send