blob: 34cda341d9e019787968f50d8a09798744fe81fa (
plain)
1
2
3
4
5
|
# auto-completing mails when pressing tab in "new mail" dialog using khard address books
set query_command= "khard email -p -s last_name -d first_name %s"
bind editor <Tab> complete-query
bind editor ^T complete
# vi: ft=muttrc
|