14 lines
262 B
Bash
Executable File
14 lines
262 B
Bash
Executable File
#!/usr/bin/env zsh
|
|
|
|
notmuch tag -deleted not folder:Trash
|
|
notmuch tag +deleted folder:Trash
|
|
|
|
notmuch tag -spam not folder:Spam
|
|
notmuch tag +spam folder:Spam
|
|
|
|
notmuch tag -starred not folder:Starred
|
|
|
|
hy ~/scripts/notify-mail.hy
|
|
|
|
notmuch tag +deleted folder:Trash
|