X-Git-Url: https://git.madduck.net/etc/mutt.git/blobdiff_plain/d1e39afb6cb4e178e1208e2c33c960c36ef46da3..d5205848963be4dac741aea462d3647945205ea8:/.mutt/keybindings diff --git a/.mutt/keybindings b/.mutt/keybindings index f96033a..3a76bee 100644 --- a/.mutt/keybindings +++ b/.mutt/keybindings @@ -21,10 +21,10 @@ bind index h noop macro index S "=store" "save messages to store" macro pager S "=store" "save message to store" -macro index \Cs '=resubmit' "resubmit messages" -macro pager \Cs '=resubmit' "resubmit message" +macro index \Cl '=resubmit' "resubmit messages" +macro pager \Cl '=resubmit' "resubmit message" -macro index,pager E 'source "$my_confdir/supersede-header X-Tickle get-timestamp|"push \Cs' "schedule messages with tickler" +macro index,pager E 'source "$my_confdir/supersede-header X-Tickle get-timestamp|"push S' "schedule messages with tickler" macro index,pager \ex 'source "$my_confdir/remove-header X-Postponed|"' "release postponed messages" macro index,pager \es "=store" "go to store folder" @@ -80,11 +80,13 @@ 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" +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