X-Git-Url: https://git.madduck.net/etc/mutt.git/blobdiff_plain/1c714969819154a7c44e77393d451af4cd2001aa..38a545c55ea93c097b612fc9064d5140af3fd0b3:/keybindings diff --git a/keybindings b/keybindings index 9d67a68..d88fddd 100644 --- a/keybindings +++ b/keybindings @@ -1,6 +1,5 @@ bind index,pager | pipe-message bind index,pager ! flag-message -bind index,pager \Cd delete-thread bind index,pager \ep print-message bind index,pager previous-entry bind index,pager next-entry @@ -39,6 +38,11 @@ macro index,pager Z "=retrain/ham" "retrain message as ham" macro index,pager \Cb ':set my_pipe_decode="$pipe_decode":set pipe_decode/usr/bin/urlview:set pipe_decode="$my_pipe_decode"' "invoke urlview" +macro compose Y '' "send message without storing" +macro compose \Cy 'cY' "send message without storing or signing" + +macro index F '~L ' "search for correspondents" + #TODO this is a hack until switch-profile does not readd headers. macro compose e ':set my_editor="$editor":set editor=sensible-editor:set editor="$my_editor"' "invoke normal editor to edit message" macro index,pager e ':set my_editor="$editor":set editor=sensible-editor:set editor="$my_editor"' "invoke normal editor to edit message"