From 76e876e268a9460db53bf2e334ee9d9264570dff Mon Sep 17 00:00:00 2001 From: neodarz Date: Tue, 8 May 2018 16:23:20 +0200 Subject: Update mutt conf --- mutt/.muttrc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'mutt/.muttrc') diff --git a/mutt/.muttrc b/mutt/.muttrc index 9dfa2c3..400963e 100644 --- a/mutt/.muttrc +++ b/mutt/.muttrc @@ -8,7 +8,7 @@ set header_cache = ~/.cache/mutt set message_cachedir = "~/.cache/mutt" set sidebar_visible = yes -set editor="vim + -c 'set ft=mail tw=80' -c ':0/^$'" +set editor="nvim + -c 'set ft=mail tw=80' -c ':0/^$'" set sort=threads ### @@ -136,3 +136,11 @@ virtual-mailboxes "Inbox" "notmuch://?query=tag:inbox" # Default account source ~/.mutt/account.net.neodarz.neodarz +set query_command= "khard email --parsable --search-in-source-files '%s'" +bind editor complete-query +bind editor ^T complete + +macro index,pager A \ + "khard add-email" \ + "add the sender email address to khard" + -- cgit v1.2.1