mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
notmuch: refine post-new rule for sent messages
This commit is contained in:
parent
da0d407553
commit
85082fe8ea
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue