X-Git-Url: https://git.madduck.net/etc/mutt.git/blobdiff_plain/78ae86a908265776c91728333e451be278a8a0e7..50a0f247ac0919524428ef5a6b327b125374d267:/.mutt/keybindings?ds=sidebyside diff --git a/.mutt/keybindings b/.mutt/keybindings index 4448864..844e8b8 100644 --- a/.mutt/keybindings +++ b/.mutt/keybindings @@ -21,6 +21,7 @@ macro index,pager E 'source "$my_confdir/supersede-header X-Tickl macro index,pager \ex 'source "$my_confdir/remove-header X-Postponed|"' "release postponed messages" macro index,pager \es "=store" "go to store folder" +macro index,pager \ec "=debian/debconf" "go to debconf folder" macro index,pager \ed "=debian" "go to debian folder" macro index,pager \ei "=inbox" "go to inbox folder" macro index,pager \ea "=ardex" "go to ardex folder" @@ -79,4 +80,6 @@ macro index,pager \el 'set my_editor="$editor" "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)" +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" + # vim:sw=12:noet:sts=12:ts=12:ft=muttrc