swap inbox and archived tags - again
This commit is contained in:
parent
51df7d24e3
commit
5952693319
7 changed files with 32 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue