Fix not actually a regex
This commit is contained in:
parent
c9d8340de8
commit
9a823c7ebc
@ -7,7 +7,7 @@ notmuch search tag:new | cut -d' ' --complement -f1 | xargs -0 --no-run-if-empty
|
||||
notmuch tag +inbox -new -- tag:new
|
||||
|
||||
# some filtering
|
||||
notmuch tag +killed -- subject:'^\[SPAM\]' to:ugent
|
||||
notmuch tag +killed -- subject:'^[SPAM]' to:ugent
|
||||
|
||||
# remove killed thread from inbox
|
||||
notmuch tag -inbox -- tag:killed
|
||||
|
Loading…
Reference in New Issue
Block a user