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