Trying to set contact list
This commit is contained in:
parent
191d66a23f
commit
0b564e40e0
1 changed files with 2 additions and 1 deletions
|
@ -82,9 +82,10 @@ bind attach,pager j next-line
|
||||||
bind attach,pager k previous-line
|
bind attach,pager k previous-line
|
||||||
bind attach,pager J next-entry
|
bind attach,pager J next-entry
|
||||||
bind attach,pager K previous-entry
|
bind attach,pager K previous-entry
|
||||||
bind editor <Tab> complete-query
|
|
||||||
#set query_command= "khard email --parsable --search-in-source-files '%s'"
|
#set query_command= "khard email --parsable --search-in-source-files '%s'"
|
||||||
#set query_command = "( khard email --parsable '%s' | sed -n '1!p'; mu cfind --format=mutt-ab '%s' )"
|
#set query_command = "( khard email --parsable '%s' | sed -n '1!p'; mu cfind --format=mutt-ab '%s' )"
|
||||||
|
set query_command= "khard email --parsable %s"
|
||||||
|
bind editor <Tab> complete-query
|
||||||
bind editor ^T complete
|
bind editor ^T complete
|
||||||
set edit_headers = yes
|
set edit_headers = yes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue