X-Git-Url: https://git.madduck.net/etc/mutt.git/blobdiff_plain/6edb4db8a097c53bd82a984eb5aae31bd0109104..b7304e60fb277bc0d977a97ec5a2fe7a9f495be5:/.mutt/keybindings diff --git a/.mutt/keybindings b/.mutt/keybindings index 0410ebc..c3e649c 100644 --- a/.mutt/keybindings +++ b/.mutt/keybindings @@ -1,6 +1,6 @@ bind index,pager | pipe-message bind index,pager ! flag-message -macro index,pager \ep "muttprint -p TO_FILE:$tmpdir/muttprint.ps -D && gv $tmpdir/muttprint.ps && rm $tmpdir/muttprint.ps" +#macro index,pager \ep "muttprint -p TO_FILE:$tmpdir/muttprint.ps -D && gv $tmpdir/muttprint.ps && rm $tmpdir/muttprint.ps" bind index,pager \eP print-message bind index,pager previous-entry bind index,pager next-entry @@ -19,7 +19,7 @@ bind pager,index previous-unread ##bind index n next-undeleted ##macro index L "=store" -macro index S "=store" "save message to store" +macro index S "=store" "save messages to store" macro pager S "=store" "save message to store" macro index,pager E ':set my_editor="$editor":set editor="$my_confdir/add-tickle-stamp"=resubmit:set editor="$my_editor"' "schedule message with tickler" @@ -47,9 +47,13 @@ macro compose \Cy 'cY' "send message without storing or signing" macro index F '~L ' "search for correspondents" +macro index \Co 'imaps://logcheck-todo%40madduck.net:logcheck@imap.madduck.net' 'save message to logcheck-todo' +macro pager \Co 'imaps://logcheck-todo%40madduck.net:logcheck@imap.madduck.net' 'save message to logcheck-todo' +macro index,pager \eo 'imaps://logcheck-todo%40madduck.net:logcheck@imap.madduck.net' 'go to logcheck todo folder' + #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" +macro index,pager e ':set my_editor="$editor":set editor=sensible-editor:set editor="$my_editor"' "invoke normal editor to edit message" macro index \ej ':set my_editor="$editor":source "$my_confdir/batch-subject-editor|":set editor="$my_editor"' "change message subject"