add query_command to neomutt

This commit is contained in:
stupidcomputer 2024-07-29 13:01:35 -05:00
parent ca4515d440
commit b268a84393
2 changed files with 2 additions and 1 deletions

View File

@ -26,3 +26,4 @@ set use_threads = yes
set sort_aux = reverse-last-date-received
set imap_keepalive = 300
set query_command = "khard email --parsable --search-in-source-files '%s'"

View File

@ -6,7 +6,7 @@
];
home.file = {
".config/khard/config" = {
".config/khard/khard.conf" = {
source = ../../.config/khard/khard.conf;
};
};