X-Git-Url: https://git.madduck.net/etc/mutt.git/blobdiff_plain/ddc0c6462bdb077cb9eddc43b1e7354762a77b1f..abb3bcbe91628818b98ba95f070feb101b2bacbe:/.mutt/keybindings diff --git a/.mutt/keybindings b/.mutt/keybindings index a5578ab..46698eb 100644 --- a/.mutt/keybindings +++ b/.mutt/keybindings @@ -1,25 +1,14 @@ 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" bind index,pager \eP print-message bind index,pager previous-entry bind index,pager next-entry -bind index,pager p previous-undeleted -bind index,pager n next-undeleted -bind index,pager \eS decode-save bind index,pager \eU undelete-subthread bind index,pager \eD delete-subthread -#bind pager previous-line -#bind pager next-line -#bind index,pager previous-undeleted -#bind index,pager next-undeleted bind pager,index previous-unread -#macro pager,index p "" "do nothing" - -##bind index p previous-undeleted -##bind index n next-undeleted +macro pager,index p "" "do nothing" ##macro index L "=store" macro index S "=store" "save messages to store" @@ -34,9 +23,7 @@ macro index,pager \ex 'source "$my_confdir/remove-header X-Postpo macro index,pager \es "=store" "go to store folder" macro index,pager \ed "=debian" "go to debian folder" macro index,pager \ei "=inbox" "go to inbox folder" -macro index,pager \eu "=ul" "go to ul folder" -macro index,pager \ea "=admin" "go to admin folder" -macro index,pager \eh "=phd" "go to phd folder" +macro index,pager \ea "=ardex" "go to ardex folder" macro index,pager \eR "source $my_confdir/muttrc" "reload muttrc" macro compose \eR "source $my_confdir/muttrc" "reload muttrc" @@ -49,9 +36,22 @@ macro pager Z "=retrain/ham" "retrain message as ham" macro index,pager \Cb 'set my_pipe_decode="$pipe_decode"set pipe_decode/usr/bin/urlviewset 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 compose \Cy 'c' "send message without signing" +macro compose \CY 'cY' "send message without storing signing" +macro compose N 'unset fcc_attach' + +macro index,pager F '~(~L )' "search for correspondents" + +macro index ~ '~' "shortcut to pattern search" +macro pager ~ '~' "shortcut to pattern search" + +bind index,pager \en search-opposite + +bind pager [ half-up +bind pager ] half-down -macro index F '~L ' "search for correspondents" +macro index,pager \eS 'set noweed' +macro index,pager \eC 'set noweed' 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'