From 9f825a1b7a848c9c8d0bf11de50fa850022483a7 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Fri, 1 Apr 2022 20:06:45 -0700 Subject: Commit accured changed --- base/muttrc | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'base/muttrc') diff --git a/base/muttrc b/base/muttrc index 292d2fc..ba0d8d6 100644 --- a/base/muttrc +++ b/base/muttrc @@ -17,6 +17,7 @@ set mark_old = no unset markers set text_flowed=yes set display_filter="~/bin/mutt-display-filter.sh" +set edit_headers=yes auto_view text/html alternative_order text/plain text/enriched text/html @@ -53,6 +54,14 @@ macro index \es "unset wait_keynotmuch-mutt `echo ${XDG_CACHE_HOME:-$HOME/.cache}/notmuch/mutt/results`\ set pipe_decode=\$my_old_pipe_decode wait_key=\$my_old_wait_key" \ "notmuch: reconstruct thread" + +# Contacts +set query_command= "khard email --parsable '%s'" +bind editor complete-query +bind editor ^T complete +#add email addresses to khard's address book +macro index,pager A "khard add-email" "add the sender email address to khard" + # Colors #color index brightwhite default ~N #color index brightwhite default ~O -- cgit v1.2.3