notmuch: Update hooks
This commit is contained in:
parent
690a2568d5
commit
55aa8be680
6 changed files with 63 additions and 2 deletions
12
office/.config/notmuch/default/hooks/post-new
Executable file
12
office/.config/notmuch/default/hooks/post-new
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
#!/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
|
||||
Loading…
Add table
Add a link
Reference in a new issue