dotfiles/Mail/.notmuch/hooks/post-new

6 lines
231 B
Bash
Executable file

#!/usr/bin/env bash
# [[file:../../../Mail.org::*=post_new=][=post_new=:1]]
notmuch tag +main "path:thexcloud/** AND tag:new"
notmuch tag +progin "path:progin6304/** AND tag:new"
notmuch tag -new "tag:new"
# =post_new=:1 ends here