neomutt: Ignore khard deprecation warnings

This commit is contained in:
Marty Oehme 2025-09-08 21:56:40 +02:00
parent 519e4ba803
commit 6b2a0e1918
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

@ -92,5 +92,8 @@ unignore From To Cc Bcc Date Subject Message-ID
unhdr_order *
unignore From To Cc Bcc Date Subject Message-ID
set query_command = "khard email --parsable --search-in-source-files '%s'"
set nm_query_type = "threads" # Makes notmuch return threads rather than messages
# TODO: Remove stderr ignore when khard fixes its deprecation warnings
# 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"