X-Git-Url: https://git.madduck.net/etc/mutt.git/blobdiff_plain/d215fb8c4bb24685149e374ced9ab2fa5c2fd21e..7013dfe93a05082153f79eca6c9e5c05b54d9d50:/.mutt/keybindings?ds=sidebyside diff --git a/.mutt/keybindings b/.mutt/keybindings deleted file mode 100644 index 758e971..0000000 --- a/.mutt/keybindings +++ /dev/null @@ -1,53 +0,0 @@ -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 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 index L "=store" -macro index,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" - -macro index,pager \eS "" -macro index,pager \eU "" -macro index,pager \eD "" -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 \eR ":source $my_confdir/muttrc" "reload muttrc" -macro compose \eR ":source $my_confdir/muttrc" "reload muttrc" - -macro index,pager X "=retrain/spam" "retrain message as spam" -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" - -macro index,pager \ej ':set my_editor="$editor":source "$my_confdir/batch-subject-editor|":set editor="$my_editor"' "change message subject" - -# vim:sw=12:noet:sts=12:ts=12:ft=muttrc