neomutt: Ignore khard deprecation warnings
This commit is contained in:
parent
519e4ba803
commit
6b2a0e1918
1 changed files with 5 additions and 2 deletions
|
|
@ -92,5 +92,8 @@ unignore From To Cc Bcc Date Subject Message-ID
|
||||||
unhdr_order *
|
unhdr_order *
|
||||||
unignore From To Cc Bcc Date Subject Message-ID
|
unignore From To Cc Bcc Date Subject Message-ID
|
||||||
|
|
||||||
set query_command = "khard email --parsable --search-in-source-files '%s'"
|
# TODO: Remove stderr ignore when khard fixes its deprecation warnings
|
||||||
set nm_query_type = "threads" # Makes notmuch return threads rather than messages
|
# https://github.com/lucc/khard/issues/335
|
||||||
|
set query_command = "khard email --parsable --search-in-source-files '%s' 2>/dev/null"
|
||||||
|
# Makes notmuch return threads rather than messages
|
||||||
|
set nm_query_type = "threads"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue