X-Git-Url: https://git.madduck.net/etc/mutt.git/blobdiff_plain/37ca89d75972f497133da07a56f09d21da55fee9..c31f466633bef4b563ff1ca0358c72ffcaf6c01b:/.mutt/keybindings diff --git a/.mutt/keybindings b/.mutt/keybindings index 5fc17ec..3a76bee 100644 --- a/.mutt/keybindings +++ b/.mutt/keybindings @@ -83,8 +83,10 @@ macro index,pager \el 'set my_editor="$editor" "" "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" +macro attach e 'set my_mailcap_path="$mailcap_path"set mailcap_path="~/.mutt/mailcap.editing"set mailcap_path="$my_mailcap_path"' "edit temporary file of attachment" macro index,pager M 'set my_weed="$weed"set noweedformail -czx X-RSS-URL: | xargs sensible-browserset weed="$my_weed"' +macro index,pager 'set my_pipe_decode="$pipe_decode"unset pipe_decode~/.mutt/viewmailattachmentsset pipe_decode="$my_pipe_decode"' "view attachments in browser" + # vim:sw=12:noet:sts=12:ts=12:ft=muttrc