dotfiles/arch/bin/notmuch-hook.sh
2022-08-24 04:07:33 -04:00

7 lines
245 B
Bash
Executable file

#!/bin/sh
notmuch new
# retag all "new" messages "inbox" and "unread"
notmuch tag +inbox +unread -new -- tag:new
# tag all messages from "me" as sent and remove tags inbox and unread
notmuch tag -new -inbox +sent -- from:adam@theadamcooper.com