Fix not actually a regex

This commit is contained in:
Felix Van der Jeugt 2017-10-10 14:11:43 +02:00
parent c9d8340de8
commit 9a823c7ebc
No known key found for this signature in database
GPG Key ID: 58B209295023754D
2 changed files with 2 additions and 2 deletions

View File

@ -45,4 +45,4 @@ prefer_plaintext = True
[bindings]
t = toggletags selected; move down
x = 'toggletags inbox,killed'
x = 'toggletags inbox,killed'

View File

@ -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