X-Git-Url: https://git.madduck.net/etc/mutt.git/blobdiff_plain/37ca89d75972f497133da07a56f09d21da55fee9..8815ef15d2ec86c1fef922a60e4a65ce6029c6cb:/.mutt/keybindings diff --git a/.mutt/keybindings b/.mutt/keybindings index 5fc17ec..2f6ae30 100644 --- a/.mutt/keybindings +++ b/.mutt/keybindings @@ -57,9 +57,6 @@ macro compose N 'unset fcc_attach' "do not fcc-store attac macro index,pager F '~L ' "search for correspondents" macro index,pager \ef '~(~L )' "search for correspondents (show complete threads)" -macro index ~ '~' "shortcut to pattern search" -macro pager ~ '~' "shortcut to pattern search" - bind index,pager \en search-opposite macro pager p 'less -c' "pipe message into pager" @@ -83,8 +80,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