notmuch: refine post-new rule for sent messages

This commit is contained in:
Protesilaos Stavrou 2021-05-22 15:23:23 +03:00
parent da0d407553
commit 85082fe8ea
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -32,7 +32,7 @@ notmuch tag -unread -new -- tag:replied
notmuch tag +inbox +unread -new -- tag:new
# tag my replies as "sent"
notmuch tag -new -unread +inbox +sent -- '(from:"*@protesilaos.com*" not to:"*@protesilaos.com*")'
notmuch tag -new -unread +inbox +sent -- '(from:"*@protesilaos.com*" not to:"*@protesilaos.com*" not tag:list)'
# mailing lists
## emacs