Fix not actually a regex
This commit is contained in:
parent
c9d8340de8
commit
9a823c7ebc
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue