12 lines
189 B
Bash
Executable file
12 lines
189 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
echo "
|
|
|
|
-unread -- folder:Trash OR folder:Archive
|
|
-unread -flagged -todo -- folder:Trash
|
|
|
|
{{#each mail_notmuch_hook_labels}}
|
|
{{this}}
|
|
{{/each}}
|
|
" |
|
|
notmuch tag --batch
|