From: martin f. krafft Date: Tue, 3 Apr 2018 02:28:25 +0000 (+1200) Subject: remove notmuch search overrides X-Git-Url: https://git.madduck.net/etc/mutt.git/commitdiff_plain/37ca89d75972f497133da07a56f09d21da55fee9 remove notmuch search overrides --- 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"