From 37ca89d75972f497133da07a56f09d21da55fee9 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 3 Apr 2018 14:28:25 +1200 Subject: [PATCH] remove notmuch search overrides --- .mutt/keybindings | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.mutt/keybindings b/.mutt/keybindings index 6a33e3b..5fc17ec 100644 --- a/.mutt/keybindings +++ b/.mutt/keybindings @@ -80,8 +80,8 @@ macro index,pager \er 'set my_editor="$editor"set my_editor="$editor"set editor="~/.mutt/reuse-message $my_editor"set editor="$my_editor"' "invoke normal editor to edit message" macro index,pager \el 'set my_editor="$editor"set editor="~/.mutt/reuse-message $my_editor"set editor="$my_editor"' "invoke normal editor to edit message" -macro index "unset wait_key~/.mutt/mutt-notmuch --prompt search~/.cache/mutt_results" "search mail (using notmuch)" -macro index "unset wait_key~/.mutt/mutt-notmuch thread~/.cache/mutt_resultsset wait_key" "search and reconstruct owning thread (using notmuch)" +# override F6 from notmuch-mutt +macro index "" "do nothing" macro attach e 'set my_mailcap_path="$mailcap_path"set mailcap_path="~/.mutt/mailcap-edit-wrapper"set mailcap_path="$my_mailcap_path"' "edit temporary file of attachment" -- 2.39.2