add query_command to neomutt
This commit is contained in:
parent
ca4515d440
commit
b268a84393
|
@ -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'"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
];
|
||||
|
||||
home.file = {
|
||||
".config/khard/config" = {
|
||||
".config/khard/khard.conf" = {
|
||||
source = ../../.config/khard/khard.conf;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue