muttrc: switchted from abook to khard
This commit is contained in:
parent
ded7a2e1c4
commit
8bd318bbe4
1 changed files with 5 additions and 3 deletions
|
@ -45,10 +45,12 @@ set mailcap_path = ~/.mutt/mailcap
|
||||||
alternative_order text/plain text/html
|
alternative_order text/plain text/html
|
||||||
auto_view text/html
|
auto_view text/html
|
||||||
|
|
||||||
## Abook
|
## khard
|
||||||
set query_command= "abook --mutt-query '%s'"
|
set query_command= "khard email --parsable %s"
|
||||||
macro index,pager a "<pipe-message>abook --add-email-quiet<return>" "Add this sender to Abook"
|
|
||||||
bind editor <Tab> complete-query
|
bind editor <Tab> complete-query
|
||||||
|
bind editor ^T complete
|
||||||
|
macro index,pager a "<pipe-message>khard add-email<return>" "Add this sender to khard"
|
||||||
|
|
||||||
|
|
||||||
## Sidebar
|
## Sidebar
|
||||||
## Variables
|
## Variables
|
||||||
|
|
Loading…
Reference in a new issue